Ensure we use the android cross linker when building for android

This commit is contained in:
Lars Bergstrom 2015-05-07 14:27:58 -05:00
parent dedf67ab97
commit 4f8d0c60cf

View file

@ -2,3 +2,4 @@ paths = ["../../support/android-rs-glue"]
[target.arm-linux-androideabi]
linker = "../../support/android-rs-glue/apk-builder/target/debug/apk-builder"
ar = "arm-linux-androideabi-ar"