From 9548337463445c6f75ba5ac0b9b2a3f7cedd2563 Mon Sep 17 00:00:00 2001 From: Greg Kaiser Date: Wed, 25 Oct 2023 13:02:11 -0600 Subject: Tweak lunch choice for git_main We add "trunk_staging-" in our COMMON_LUNCH_CHOICES so it will be a valid target in the way trunk stable lunch targets are parsed. Bug: 307738446 Test: None Change-Id: I005b8d16c5bab23f7e456ec71a2e062bfd5199c7 --- populate-new-device.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/populate-new-device.sh b/populate-new-device.sh index db5da3d..013e8fe 100755 --- a/populate-new-device.sh +++ b/populate-new-device.sh @@ -43,7 +43,7 @@ cat > device/$1/$2/AndroidProducts.mk << EOF PRODUCT_MAKEFILES := \$(LOCAL_DIR)/full_$2.mk -COMMON_LUNCH_CHOICES := full_$2-userdebug +COMMON_LUNCH_CHOICES := full_$2-trunk_staging-userdebug EOF cat > device/$1/$2/full_$2.mk << EOF -- cgit v1.2.3