summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kaiser <gkaiser@google.com>2023-10-25 16:54:30 -0600
committerGreg Kaiser <gkaiser@google.com>2023-10-30 17:15:16 -0600
commit887a76e65aa2ee75eade7aea097d02afd993ad20 (patch)
tree6dbb83e0710c5e9eadec8dcc80129bbdc42796f6
parent15707b14e705944433dfaeb117d81c3510495a2b (diff)
downloadgoogle_car-887a76e65aa2ee75eade7aea097d02afd993ad20.tar.gz
Fix lunch choices for git_main
We add "trunk_staging-" for all COMMON_LUNCH_CHOICES so they are valid in the trunk stable setup. Bug: 307738446, 308429230 Test: lunch Merged-In: Ia2c112e901d75c2fc251817732be63f7b6de9e72 Change-Id: Ia2c112e901d75c2fc251817732be63f7b6de9e72
-rw-r--r--AndroidProducts.mk22
1 files changed, 11 insertions, 11 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 76646bf..dbc6c65 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -29,14 +29,14 @@ PRODUCT_MAKEFILES := \
COMMON_LUNCH_CHOICES := \
- aosp_bluejay_car-userdebug \
- aosp_bramble_car-userdebug \
- aosp_cheetah_car-userdebug \
- aosp_coral_car-userdebug \
- aosp_flame_car-userdebug \
- aosp_oriole_car-userdebug \
- aosp_panther_car-userdebug \
- aosp_raven_car-userdebug \
- aosp_redfin_car-userdebug \
- aosp_sunfish_car-userdebug \
- aosp_tangorpro_car-userdebug
+ aosp_bluejay_car-trunk_staging-userdebug \
+ aosp_bramble_car-trunk_staging-userdebug \
+ aosp_cheetah_car-trunk_staging-userdebug \
+ aosp_coral_car-trunk_staging-userdebug \
+ aosp_flame_car-trunk_staging-userdebug \
+ aosp_oriole_car-trunk_staging-userdebug \
+ aosp_panther_car-trunk_staging-userdebug \
+ aosp_raven_car-trunk_staging-userdebug \
+ aosp_redfin_car-trunk_staging-userdebug \
+ aosp_sunfish_car-trunk_staging-userdebug \
+ aosp_tangorpro_car-trunk_staging-userdebug