diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-08-27 21:42:33 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-09-02 17:56:31 +0100 |
commit | 59dcc25e9ef96a33598aefb7ea5e93e7c7f943b9 (patch) | |
tree | 874ff58e0bf6a091cd621a322cc9f23e291c2445 /docs | |
parent | c7c4faee4ab810c49b8d6681cd667d435774c66e (diff) |
docs: Use ANDROID_API_LEVEL=21.
For _Exit.
Fixes https://github.com/apitrace/apitrace/issues/482
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL.markdown b/docs/INSTALL.markdown index f5500aee..3fa87fda 100644 --- a/docs/INSTALL.markdown +++ b/docs/INSTALL.markdown @@ -96,7 +96,7 @@ Build as: -H. -Bbuild \ -DCMAKE_TOOLCHAIN_FILE=$PWD/android.toolchain.cmake \ -DANDROID_NDK=/path/to/your/ndk \ - -DANDROID_API_LEVEL=9 \ + -DANDROID_API_LEVEL=21 \ -DANDROID_STL=gnustl_shared \ [-DANDROID_SDK=/path/to/your/sdk] @@ -112,7 +112,7 @@ CMake as: cmake \ -H. -Bbuild \ -DCMAKE_TOOLCHAIN_FILE=$PWD/android.toolchain.cmake \ - -DANDROID_API_LEVEL=9 \ + -DANDROID_API_LEVEL=21 \ -DANDROID_TOOLCHAIN_NAME=aarch64-linux-android-4.9 \ -DANDROID_ABI=arm64-v8a |