Browse Source

Add android toolchains for rust

Caleb James DeLisle 3 years ago
parent
commit
0824aa92f4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -51,4 +51,7 @@ matrix:
 
     - name: "android"
       script:
+        - rustup target add aarch64-linux-android
+        - rustup target add i686-linux-android
+        - rustup target add x86_64-linux-android
         - ./android_do