diff options
author | Chris Robinson <[email protected]> | 2018-11-06 20:04:28 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-06 20:04:28 -0800 |
commit | aeb3849904f1a3c700e2340cbf26addda7b8f8da (patch) | |
tree | 51398e4ee7997686c989e64083415a02b292bcd2 | |
parent | 620ae6491bf79c6a415c8501767da84e779580ff (diff) |
Also extract the Android support includes
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fb1f1a52..e24ed7d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ install: 'android-ndk-r16b/build/core/toolchains/arm-linux-androideabi-*/*' \ 'android-ndk-r16b/platforms/android-14/arch-arm/*' \ 'android-ndk-r16b/source.properties' \ + 'android-ndk-r16b/sources/android/support/include/*' \ 'android-ndk-r16b/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/*' \ 'android-ndk-r16b/sources/cxx-stl/llvm-libc++/include/*' \ 'android-ndk-r16b/sysroot/*' \ |