Skip to content

Commit c61e50d

Browse files
authored
fix android compilation erros (#429)
keep consistend with oher android arch builds.
1 parent 3f7d741 commit c61e50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-android-x86.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ cmake -DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK/build/cmake/android.toolchain.cmake"
5555
-DSHERPA_NCNN_ENABLE_GENERATE_INT8_SCALE_TABLE=OFF \
5656
-DCMAKE_INSTALL_PREFIX=./install \
5757
-DANDROID_ABI="x86" \
58-
-DANDROID_PLATFORM=android-14 ..
58+
-DANDROID_PLATFORM=android-21 ..
5959
make VERBOSE=1 -j4
6060
make install/strip

0 commit comments

Comments
 (0)