From 3ef9324dd6bcdc99542be187231d4ea47c39dd8f Mon Sep 17 00:00:00 2001 From: DigiGoon Date: Thu, 10 Apr 2025 21:33:42 +0000 Subject: [PATCH] envsetup: Build user variant by default Change-Id: I7f7aefb5032c9c65559b72a75845b64529b4c8c9 --- build/envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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