Amit Pundir | 4e37582 | 2019-04-18 16:46:10 +0530 | [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 | 579f609 | 2019-04-18 19:15:05 +0530 | [diff] [blame] | 13 | $(LOCAL_DIR)/db845c.mk \ |
Peter Collingbourne | c7a8d59 | 2022-02-02 11:25:06 -0800 | [diff] [blame] | 14 | $(LOCAL_DIR)/db845c_mini.mk \ |
Peter Collingbourne | 157c396 | 2022-01-31 18:19:06 -0800 | [diff] [blame] | 15 | $(LOCAL_DIR)/sm8450_mini.mk \ |
Amit Pundir | b2534ba | 2023-09-12 19:16:36 +0530 | [diff] [blame] | 16 | $(LOCAL_DIR)/linaro_swr.mk \ |
Amit Pundir | 4e37582 | 2019-04-18 16:46:10 +0530 | [diff] [blame] | 17 | |
| 18 | COMMON_LUNCH_CHOICES := \ |
Amit Pundir | 2505ddf | 2024-03-29 11:54:48 +0530 | [diff] [blame] | 19 | db845c-trunk_staging-userdebug |