Skip to content

Commit

Permalink
Adjust build script so that Android v16 is the default again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Mar 19, 2019
1 parent 3ebee16 commit 18dd7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-native.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set _CMAKE_GENERATOR_PLATFORM=x64
set _NDK_DIR=
set _ANDROID_ABI=arm64-v8a
set _OS_DIR=
set _ANDROID_PLATFORM=android-26
set _ANDROID_PLATFORM=android-16

:ArgLoop
if [%1] == [] goto LocateVS
Expand Down

0 comments on commit 18dd7f7

Please sign in to comment.