summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kaiser <gkaiser@google.com>2023-10-25 13:02:11 -0600
committerGreg Kaiser <gkaiser@google.com>2023-10-25 13:02:11 -0600
commit9548337463445c6f75ba5ac0b9b2a3f7cedd2563 (patch)
tree3d24ed606a329927d9180e3f5e01ad105a1ff4b0
parentbf137260a72ce94a3fecba7397a0004cd9706602 (diff)
downloadcommon-9548337463445c6f75ba5ac0b9b2a3f7cedd2563.tar.gz
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
-rwxr-xr-xpopulate-new-device.sh2
1 files changed, 1 insertions, 1 deletions
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