-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#60 add 'arm64-v8a' 'x86_64' to NDK build
- Loading branch information
1 parent
6569513
commit 30f782a
Showing
4 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
APP_PLATFORM := android-17 | ||
APP_OPTIM := release | ||
APP_ABI := armeabi-v7a x86 | ||
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APP_PLATFORM := android-17 | ||
APP_OPTIM := release | ||
APP_ABI := armeabi-v7a x86 | ||
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 | ||
APP_ALLOW_MISSING_DEPS=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APP_PLATFORM := android-17 | ||
APP_OPTIM := release | ||
APP_ABI := armeabi-v7a x86 | ||
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 | ||
APP_ALLOW_MISSING_DEPS=true |