commit | 39ed5d7ba3a60bc3945d7ef0827b8d8e710de859 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Oct 30 22:10:53 2023 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Mon Oct 30 22:10:53 2023 +0000 |
tree | 879aea2f347752938563accb480691d16c2843d5 | |
parent | ab68f0ee844b16bde22afa364132f4c3aa880830 [diff] |
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 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2c1fadaca2dd69202a3775847143e9771e8da30e) Merged-In: I5baf9db894c35fd96d54207b2924d15b05266439 Change-Id: I5baf9db894c35fd96d54207b2924d15b05266439
diff --git a/AndroidProducts.mk b/AndroidProducts.mk index b0d92fb..a7b4476 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk
@@ -18,6 +18,6 @@ $(LOCAL_DIR)/linaro_swr.mk \ COMMON_LUNCH_CHOICES := \ - db845c-userdebug \ - rb5-userdebug \ + db845c-trunk_staging-userdebug \ + rb5-trunk_staging-userdebug \