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 Bug: 317213158 Test: lunch (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:748a543cf5b95a759cb9525388ad310c1108bd8a) Merged-In: I397a8e2cbbca7979a4c4f122df0cc84d7f84bd4b Change-Id: I397a8e2cbbca7979a4c4f122df0cc84d7f84bd4b
This commit is contained in:
parent
c20467a3de
commit
d9a3d4d7dd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue