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: I7fdc6f7d709ea0adf2d9064798734703a02c8d22
This commit is contained in:
parent
fba43fcc6a
commit
d38649a465
1 changed files with 5 additions and 5 deletions
|
@ -31,8 +31,8 @@ PRODUCT_MAKEFILES := \
|
|||
$(LOCAL_DIR)/aosp_tokay_fullmte.mk \
|
||||
$(LOCAL_DIR)/factory_tokay.mk
|
||||
COMMON_LUNCH_CHOICES := \
|
||||
aosp_caiman-userdebug \
|
||||
aosp_komodo-userdebug \
|
||||
aosp_ripcurrentpro-userdebug \
|
||||
aosp_ripcurrent24-userdebug \
|
||||
aosp_tokay-userdebug
|
||||
aosp_caiman-trunk_staging-userdebug \
|
||||
aosp_komodo-trunk_staging-userdebug \
|
||||
aosp_ripcurrentpro-trunk_staging-userdebug \
|
||||
aosp_ripcurrent24-trunk_staging-userdebug \
|
||||
aosp_tokay-trunk_staging-userdebug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue