forked from android/ndk-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for x86 to hello-neon sample
The sample hello-neon was updated to support x86 ABI. This change is required: https://android-review.googlesource.com/107511 Change-Id: Icc175afd6785cf454d168973582d7d85455624b5 Signed-off-by: Anton Konovalov <[email protected]> Signed-off-by: Pavel Chupin <[email protected]>
- Loading branch information
Anton Konovalov
authored and
Pavel Chupin
committed
Sep 12, 2014
1 parent
779aa19
commit 031ce66
Showing
3 changed files
with
18 additions
and
8 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
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,2 +1 @@ | ||
# Build both ARMv5TE and ARMv7-A machine code. | ||
APP_ABI := armeabi armeabi-v7a arm64-v8a | ||
APP_ABI := armeabi armeabi-v7a arm64-v8a x86 |
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