-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NDK build targets (Android-16)
- Loading branch information
Sebastian Roth
committed
Aug 8, 2019
1 parent
69cfbb3
commit 141573b
Showing
7 changed files
with
4 additions
and
4 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 @@ | ||
# The ARMv7 is significanly faster due to the use of the hardware FPU | ||
APP_ABI := armeabi armeabi-v7a mips x86 | ||
APP_PLATFORM := android-8 | ||
APP_ABI := armeabi-v7a x86 arm64-v8a | ||
APP_PLATFORM := android-16 |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
141573b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this support x86_64?