summaryrefslogtreecommitdiff
path: root/AndroidProducts.mk
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-04-04 17:07:06 -0700
committerDan Willemsen <dwillemsen@google.com>2018-04-04 17:07:06 -0700
commit05ed9d4e90b8bec859c46a8d1e181178f7961922 (patch)
treebd92b502fc9b799a1eb18c5b0330eaecc16a027e /AndroidProducts.mk
parent817c72dbf8187359ad4ad1bfe08bf74481d14089 (diff)
downloadhikey-05ed9d4e90b8bec859c46a8d1e181178f7961922.tar.gz
Switch from add_lunch_combo to COMMON_LUNCH_CHOICES
Bug: 77599627 Test: lunch [see entries in list] Change-Id: I8f1972344d04e0534ebb7f4a0c309e37fdc942c6
Diffstat (limited to 'AndroidProducts.mk')
-rw-r--r--AndroidProducts.mk13
1 files changed, 9 insertions, 4 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 1b16eec2..1fc71292 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -10,7 +10,12 @@
#
PRODUCT_MAKEFILES := \
-$(LOCAL_DIR)/hikey.mk \
-$(LOCAL_DIR)/hikey32.mk \
-$(LOCAL_DIR)/hikey64_only.mk \
-$(LOCAL_DIR)/hikey960.mk
+ $(LOCAL_DIR)/hikey.mk \
+ $(LOCAL_DIR)/hikey32.mk \
+ $(LOCAL_DIR)/hikey64_only.mk \
+ $(LOCAL_DIR)/hikey960.mk
+
+COMMON_LUNCH_CHOICES := \
+ hikey-userdebug \
+ hikey64_only-userdebug \
+ hikey960-userdebug