Skip to content

Commit 18dd7f7

Browse files
committed
Adjust build script so that Android v16 is the default again.
1 parent 3ebee16 commit 18dd7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-native.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set _CMAKE_GENERATOR_PLATFORM=x64
77
set _NDK_DIR=
88
set _ANDROID_ABI=arm64-v8a
99
set _OS_DIR=
10-
set _ANDROID_PLATFORM=android-26
10+
set _ANDROID_PLATFORM=android-16
1111

1212
:ArgLoop
1313
if [%1] == [] goto LocateVS

0 commit comments

Comments
 (0)