summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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