From eb80547d636a373962497976ba65ea4bdfd8cd3f Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 30 Aug 2013 20:53:10 +0300 Subject: [PATCH] [android] Removed unused build system code --- android/common_custom_rules.xml | 21 +++++++++------------ android/custom_rules.xml | 31 +++---------------------------- tools/autobuild/android.sh | 5 ----- 3 files changed, 12 insertions(+), 45 deletions(-) diff --git a/android/common_custom_rules.xml b/android/common_custom_rules.xml index 7dea17dcf8..44d341e437 100644 --- a/android/common_custom_rules.xml +++ b/android/common_custom_rules.xml @@ -1,9 +1,6 @@ - - - @@ -11,21 +8,21 @@ - - - + + + - - - + + + - - - + + + diff --git a/android/custom_rules.xml b/android/custom_rules.xml index 88bbed63a6..bfea1bef6d 100644 --- a/android/custom_rules.xml +++ b/android/custom_rules.xml @@ -1,34 +1,10 @@ - - - - - - - - - - - - - - - - - - ************************************************ - ***** BUILDING THE FOLLOWING ARCHITECTURES ***** - ***** ${mwm.ndk.abi} - ************************************************ - - - @@ -37,9 +13,8 @@ - + - @@ -111,7 +86,7 @@ - + @@ -125,7 +100,7 @@ - + diff --git a/tools/autobuild/android.sh b/tools/autobuild/android.sh index a05e7af647..10ecda2f49 100644 --- a/tools/autobuild/android.sh +++ b/tools/autobuild/android.sh @@ -24,11 +24,6 @@ export NDK_HOST=$(GetNdkHost) || ( echo "Can't get your OS type, please check to NDK_ABI_LIST=(armeabi armeabi-v7a mips x86) -if test "${NDK_ABI_TO_BUILD+set}" == set -then - NDK_ABI_LIST=($NDK_ABI_TO_BUILD); -fi - for abi in "${NDK_ABI_LIST[@]}"; do SHADOW_DIR="${SHADOW_DIR_BASE}-${CONFIGURATION}-${abi}" if [[ $# > 1 && "$2" == "clean" ]] ; then