| Index: build/android/ant/common.xml
|
| diff --git a/build/android/ant/common.xml b/build/android/ant/common.xml
|
| index c7c730ba3b45e5a9a4b6528b7d3229cb16a63e70..06e2b2882986dfe302ee003b0b4391b020991a21 100644
|
| --- a/build/android/ant/common.xml
|
| +++ b/build/android/ant/common.xml
|
| @@ -75,4 +75,5 @@
|
| <property-value name="target" value="android-${ANDROID_SDK_VERSION}"/>
|
| <property name="source.dir" location="src"/>
|
| <property-location name="toolchain.dir" location="${ANDROID_TOOLCHAIN}"/>
|
| + <property-value name="ndk.target.arch" value="${ANDROID_TARGET_ARCH}"/>
|
| </project>
|
|
|