Skip to content

Commit 4b4f6ce

Browse files
test android ci
1 parent c5ca81c commit 4b4f6ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build_android_library.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ build_android_native_library() {
3737
cmake . -DCMAKE_INSTALL_PREFIX="${CMAKE_OUT}" \
3838
-DCMAKE_TOOLCHAIN_FILE="${ANDROID_NDK}/build/cmake/android.toolchain.cmake" \
3939
-DANDROID_ABI="${ANDROID_ABI}" \
40-
-DANDROID_PLATFORM=android-30 \
40+
-DANDROID_NATIVE_API_LEVEL=30 \
41+
-DANDROID_PLATFORM=android-26 \
4142
-DBUILD_TESTING=OFF \
4243
-DEXECUTORCH_ENABLE_LOGGING=ON \
4344
-DEXECUTORCH_LOG_LEVEL=Info \

0 commit comments

Comments
 (0)