From 15707b14e705944433dfaeb117d81c3510495a2b Mon Sep 17 00:00:00 2001 From: Al Sutton Date: Tue, 10 Oct 2023 12:28:35 +0100 Subject: Add aosp_tangorpro_car to COMMON_LUNCH_CHOICES The aosp_tangorpro_car target was added in change I6b0822161aa8fbe0b3f7c76d46a5819b4344cfb3, but a matching lunch choice wasn't added to COMMON_LUNCH_CHOICES, so I'm adding it to allow folk to find an AAOS target for the Pixel Tablet easily. Change-Id: I8c19de7864ea23a32d4f136cf4c36ad44fcc9c75 Test: Check the lunch menu for aosp_tangorpro_car and then build it Signed-off-by: Al Sutton --- AndroidProducts.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidProducts.mk b/AndroidProducts.mk index ebdd5cd..76646bf 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -38,4 +38,5 @@ COMMON_LUNCH_CHOICES := \ aosp_panther_car-userdebug \ aosp_raven_car-userdebug \ aosp_redfin_car-userdebug \ - aosp_sunfish_car-userdebug + aosp_sunfish_car-userdebug \ + aosp_tangorpro_car-userdebug -- cgit v1.2.3