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