Skip to content

Commit 23fb280

Browse files
committed
Android x86 - ENABLEPIC flag
1 parent cf568c8 commit 23fb280

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ ABIs, add `ARCH=arm64`, `ARCH=x86`, `ARCH=x86_64`, `ARCH=mips` or `ARCH=mips64`.
8181
To build for the older `armeabi` ABI (which has armv5te as baseline), add `APP_ABI=armeabi` (`ARCH=arm` is implicit).
8282
To build for 64-bit ABI, such as `arm64`, explicitly set `NDKLEVEL` to 21 or higher.
8383

84+
For `x86` specific builds additionally set make flag: `ENABLEPIC=Yes`.
85+
8486
For iOS Builds
8587
--------------
8688
You can build the libraries and demo applications using xcode project files

0 commit comments

Comments
 (0)