summaryrefslogtreecommitdiff
path: root/AndroidProducts.mk
blob: 9193abcad5b051f21796c93a25bb969ae6d86c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# This file should set PRODUCT_MAKEFILES to a list of product makefiles
# to expose to the build system.  LOCAL_DIR will already be set to
# the directory containing this file.
#
# This file may not rely on the value of any variable other than
# LOCAL_DIR; do not use any conditionals, and do not look up the
# value of any variable that isn't set in this file or in a file that
# it includes.
#

PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/hikey.mk \
    $(LOCAL_DIR)/hikey32.mk \
    $(LOCAL_DIR)/hikey64_only.mk \
    $(LOCAL_DIR)/hikey_tv.mk \
    $(LOCAL_DIR)/hikey960.mk \
    $(LOCAL_DIR)/hikey960_tv.mk

COMMON_LUNCH_CHOICES := \
    hikey-userdebug \
    hikey64_only-userdebug \
    hikey_tv-userdebug \
    hikey960-userdebug \
    hikey960_tv-userdebug