envsetup: Build user variant by default

Change-Id: I7f7aefb5032c9c65559b72a75845b64529b4c8c9
This commit is contained in:
DigiGoon 2025-04-10 21:33:42 +00:00
parent fcc021a3a3
commit ef22139144

View file

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