summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-03-07 06:44:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-07 06:44:18 +0000
commitb4a2dd41a30c90b86a1e62ab9285c37e4a0351c5 (patch)
treef60f485b7df75350a1a1b01357b19ce3272166dd
parentce46a74797e624083f788a4e83dd04e6850ea921 (diff)
parent43c7ed38a43d05834ca17b095f041a99ae2ee30b (diff)
downloadcommon-main.tar.gz
Merge "Merge Android 14 QPR2 to AOSP main" into mainHEADmastermain
-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