build: Update Android target revision
authorCody Northrop <cnorthrop@google.com>
Tue, 3 Jan 2017 15:06:03 +0000 (08:06 -0700)
committerCody Northrop <cnorthrop@google.com>
Tue, 3 Jan 2017 16:47:26 +0000 (09:47 -0700)
.travis.yml

index c976d41..5a47aeb 100644 (file)
@@ -10,7 +10,7 @@ matrix:
     # Android build.
     - os: linux
       compiler: gcc
-      env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
+      env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a
     # Linux GCC debug build.
     - os: linux
       compiler: gcc
@@ -20,6 +20,13 @@ matrix:
       compiler: clang
       env: VULKAN_BUILD_TARGET=LINUX
 
+android:
+  components:
+    - tools
+    - platform-tools
+    - build-tools-23.0.2
+    - android-23
+
 before_install: 
   # Install the appropriate Linux packages.
   - if [[ "$VULKAN_BUILD_TARGET" == "LINUX" ]]; then