Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 1 | # |
| 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 | |
| 12 | PRODUCT_MAKEFILES := \ |
Amit Pundir | e0b34ce | 2023-10-19 18:29:28 +0530 | [diff] [blame] | 13 | $(LOCAL_DIR)/linaro_hikey960.mk |
Dan Willemsen | 05ed9d4 | 2018-04-04 17:07:06 -0700 | [diff] [blame] | 14 | |
| 15 | COMMON_LUNCH_CHOICES := \ |
Greg Kaiser | 7d78bc1 | 2023-10-30 22:10:58 +0000 | [diff] [blame] | 16 | linaro_hikey960-trunk_staging-userdebug |