diff options
-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/*' \ |