envsetup: Build user variant by default

Change-Id: I7f7aefb5032c9c65559b72a75845b64529b4c8c9
This commit is contained in:
DigiGoon 2025-04-10 21:33:42 +00:00
parent 8c9561ec72
commit 3ef9324dd6

View file

@ -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