From 4f8d0c60cf42700374b922fed4b129d4e02b7ea7 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Thu, 7 May 2015 14:27:58 -0500 Subject: [PATCH] Ensure we use the android cross linker when building for android --- components/servo/.cargo/config | 1 + 1 file changed, 1 insertion(+) diff --git a/components/servo/.cargo/config b/components/servo/.cargo/config index eeea9a3ee22..642462bb6d3 100644 --- a/components/servo/.cargo/config +++ b/components/servo/.cargo/config @@ -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"