diff --git a/build/envsetup.sh b/build/envsetup.sh index f1d44b2e..8199ec7f 100644 --- a/build/envsetup.sh +++ b/build/envsetup.sh @@ -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