envsetup: Build user variant by default
Change-Id: I7f7aefb5032c9c65559b72a75845b64529b4c8c9
This commit is contained in:
parent
8c9561ec72
commit
3ef9324dd6
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ function breakfast()
|
||||||
else
|
else
|
||||||
# This is probably just the Lineage model name
|
# This is probably just the Lineage model name
|
||||||
if [ -z "$variant" ]; then
|
if [ -z "$variant" ]; then
|
||||||
variant="userdebug"
|
variant="user"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
lunch lineage_$target-$aosp_target_release-$variant
|
lunch lineage_$target-$aosp_target_release-$variant
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue