am ac3f88d8: am 080f57ae: Merge "Remove the unnecessary full_x86_64 and full_mips64."

* commit 'ac3f88d8a2812cd2134f9b67ec4a928d886a4eb6':
  Remove the unnecessary full_x86_64 and full_mips64.
This commit is contained in:
Ying Wang
2015-06-08 20:08:09 +00:00
committed by Android Git Automerger
7 changed files with 48 additions and 85 deletions

View File

@@ -347,7 +347,7 @@ function chooseproduct()
if [ "x$TARGET_PRODUCT" != x ] ; then
default_value=$TARGET_PRODUCT
else
default_value=full
default_value=aosp_arm
fi
export TARGET_PRODUCT=
@@ -594,10 +594,10 @@ function tapas()
return
fi
local product=full
local product=aosp_arm
case $arch in
x86) product=full_x86;;
mips) product=full_mips;;
x86) product=aosp_x86;;
mips) product=aosp_mips;;
armv5) product=generic_armv5;;
arm64) product=aosp_arm64;;
x86_64) product=aosp_x86_64;;