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
Test: lunch
This commit is contained in:
Greg Kaiser
2023-10-25 16:44:34 -06:00
committed by Konsta
parent af69bfa76c
commit 34f1983a93

View File

@@ -10,6 +10,6 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_rpi5_tv.mk
COMMON_LUNCH_CHOICES := \
aosp_rpi5-userdebug \
aosp_rpi5_car-userdebug \
aosp_rpi5_tv-userdebug
aosp_rpi5-trunk_staging-userdebug \
aosp_rpi5_car-trunk_staging-userdebug \
aosp_rpi5_tv-trunk_staging-userdebug