Remove 64bit check routine 18/170618/1
authorhyokeun <hyokeun.jeon@samsung.com>
Wed, 21 Feb 2018 05:47:04 +0000 (14:47 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Wed, 21 Feb 2018 05:47:38 +0000 (14:47 +0900)
Change-Id: I5627fdf58f375fe121d057a2e869fbd77048976b

build.template

index d0adeeb..98fdf69 100644 (file)
@@ -66,15 +66,15 @@ for rs in $rs_list; do
 done
 
 #FIXME: Check 64 bit rootstraps for mobile profile.
-if [[ $BUILD_TYPE = "SUBMIT" ]] && [[ $PROFILE = "mobile" ]]; then
-  if [[ $rs_list = *"device64"* ]] && [[ $rs_list = *"emulator64"* ]]; then
-    echo "OK. $PROFILE have 64 bit rootstraps"
-  else
-    echo "NOK. $PROFILE does not have 64 bit rootstraps"
-    echo "$PROFILE does not have 64 bit rootstraps" > ${SHARE_ROOT}/build_rootstrap_check.log
-    _clear 9
-  fi  
-fi
+#if [[ $BUILD_TYPE = "SUBMIT" ]] && [[ $PROFILE = "mobile" ]]; then
+#  if [[ $rs_list = *"device64"* ]] && [[ $rs_list = *"emulator64"* ]]; then
+#    echo "OK. $PROFILE have 64 bit rootstraps"
+#  else
+#    echo "NOK. $PROFILE does not have 64 bit rootstraps"
+#    echo "$PROFILE does not have 64 bit rootstraps" > ${SHARE_ROOT}/build_rootstrap_check.log
+#    _clear 9
+#  fi  
+#fi
 
 _clear 0
 su - build -c "df -hT"