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
Change-Id: I397a8e2cbbca7979a4c4f122df0cc84d7f84bd4b
This commit is contained in:
Greg Kaiser 2023-10-25 16:41:56 -06:00
parent de9bf207f8
commit 748a543cf5

View file

@ -28,6 +28,6 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/factory_shiba.mk
COMMON_LUNCH_CHOICES := \
aosp_ripcurrent-userdebug \
aosp_husky-userdebug \
aosp_shiba-userdebug
aosp_ripcurrent-trunk_staging-userdebug \
aosp_husky-trunk_staging-userdebug \
aosp_shiba-trunk_staging-userdebug