am 0332f0ac
: Truly default to the full config.
This commit is contained in:
committed by
Android Git Automerger
commit
6c75cb3752
@@ -312,7 +312,7 @@ function chooseproduct()
|
||||
if [ "$TARGET_SIMULATOR" = true ] ; then
|
||||
default_value=sim
|
||||
else
|
||||
default_value=generic
|
||||
default_value=full
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -466,7 +466,7 @@ function lunch()
|
||||
answer=$1
|
||||
else
|
||||
print_lunch_menu
|
||||
echo -n "Which would you like? [generic-eng] "
|
||||
echo -n "Which would you like? [full-eng] "
|
||||
read answer
|
||||
fi
|
||||
|
||||
@@ -474,7 +474,7 @@ function lunch()
|
||||
|
||||
if [ -z "$answer" ]
|
||||
then
|
||||
selection=generic-eng
|
||||
selection=full-eng
|
||||
elif [ "$answer" = "simulator" ]
|
||||
then
|
||||
selection=simulator
|
||||
@@ -575,7 +575,7 @@ function tapas()
|
||||
apps=all
|
||||
fi
|
||||
|
||||
export TARGET_PRODUCT=generic
|
||||
export TARGET_PRODUCT=full
|
||||
export TARGET_BUILD_VARIANT=$variant
|
||||
export TARGET_SIMULATOR=false
|
||||
export TARGET_BUILD_TYPE=release
|
||||
|
Reference in New Issue
Block a user