| Index: build/android/envsetup_functions.sh
|
| diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
|
| index 151760b34ba2d9d6be54801262c234b3cb904ba0..e99f8efc7b3e4a12cc4fdd8411536d13e5dcf18c 100755
|
| --- a/build/android/envsetup_functions.sh
|
| +++ b/build/android/envsetup_functions.sh
|
| @@ -102,7 +102,6 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}
|
| ;;
|
| "mips")
|
| DEFINES+=" target_arch=mipsel"
|
| - DEFINES+=" mips_arch_variant=mips32r1"
|
| ;;
|
| *)
|
| echo "TARGET_ARCH: ${TARGET_ARCH} is not supported." >& 2
|
|
|