blob: 9193abcad5b051f21796c93a25bb969ae6d86c17 [file] [log] [blame]
Vishal Bhoje72c9202015-10-23 18:10:21 +01001#
2# This file should set PRODUCT_MAKEFILES to a list of product makefiles
3# to expose to the build system. LOCAL_DIR will already be set to
4# the directory containing this file.
5#
6# This file may not rely on the value of any variable other than
7# LOCAL_DIR; do not use any conditionals, and do not look up the
8# value of any variable that isn't set in this file or in a file that
9# it includes.
10#
11
12PRODUCT_MAKEFILES := \
Dan Willemsen05ed9d42018-04-04 17:07:06 -070013 $(LOCAL_DIR)/hikey.mk \
14 $(LOCAL_DIR)/hikey32.mk \
15 $(LOCAL_DIR)/hikey64_only.mk \
Sahaj Sarup93980e02018-09-11 13:24:20 +000016 $(LOCAL_DIR)/hikey_tv.mk \
17 $(LOCAL_DIR)/hikey960.mk \
18 $(LOCAL_DIR)/hikey960_tv.mk
Dan Willemsen05ed9d42018-04-04 17:07:06 -070019
20COMMON_LUNCH_CHOICES := \
21 hikey-userdebug \
22 hikey64_only-userdebug \
Sahaj Sarup93980e02018-09-11 13:24:20 +000023 hikey_tv-userdebug \
24 hikey960-userdebug \
25 hikey960_tv-userdebug