Support Android NDK r15
authorJesse Hall <jessehall@google.com>
Fri, 4 Aug 2017 21:24:10 +0000 (14:24 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 25 Aug 2017 11:45:38 +0000 (07:45 -0400)
commitba94ca60f6a716bab14be4fc65cb77ee26d57335
tree82282e9e4eee1da1d05c6ac7c5d9ce48612a640c
parent70c10a679b62250275ebeccedba1e8873ee5e88e
Support Android NDK r15

Most of the changes vs. r11 are for dealing with the the NDK's new
Unified Headers: there is now just one set of headers for all ABIs and
all API versions, but libraries are still per-ABI and per-API.

Building with NDK r15 requires CMake 3.2; otherwise, CMake 2.8 is
still supported.

Components: Framework
Change-Id: I4e64b4516c5ac9f59ac97adf331e01fa8be8eae0
CMakeLists.txt
scripts/android/build_apk.py
targets/android/ndk-r15.cmake [new file with mode: 0644]