From f89e8b44bfce646e6c4dd11bae1911c02ac65441 Mon Sep 17 00:00:00 2001 From: Greg Kaiser Date: Wed, 25 Oct 2023 15:39:19 -0600 Subject: [PATCH] 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: Ie9dd7a80c0818440c4642f5612fbb06d76ba1ffc --- AndroidProducts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 5741edd..4155f43 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -20,4 +20,4 @@ PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/factory_tegu.mk \ COMMON_LUNCH_CHOICES := \ - aosp_tegu-userdebug + aosp_tegu-trunk_staging-userdebug