blob: b3b5f952e30263be48117ba8617c53bb36515279 [file] [log] [blame]
Amit Pundir4e375822019-04-18 16:46:10 +05301#
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 := \
Amit Pundir579f6092019-04-18 19:15:05 +053013 $(LOCAL_DIR)/db845c.mk \
Peter Collingbournec7a8d592022-02-02 11:25:06 -080014 $(LOCAL_DIR)/db845c_mini.mk \
Amit Pundire4ca84a2021-05-26 14:30:57 +053015 $(LOCAL_DIR)/rb5.mk \
Peter Collingbournec7a8d592022-02-02 11:25:06 -080016 $(LOCAL_DIR)/rb5_mini.mk \
Peter Collingbourne157c3962022-01-31 18:19:06 -080017 $(LOCAL_DIR)/sm8450_mini.mk \
Amit Pundirb2534ba2023-09-12 19:16:36 +053018 $(LOCAL_DIR)/linaro_swr.mk \
Amit Pundirb72ca3e2024-03-08 22:31:43 +053019 $(LOCAL_DIR)/sm8x50/sm8x50.mk
Amit Pundir4e375822019-04-18 16:46:10 +053020
21COMMON_LUNCH_CHOICES := \
Greg Kaiser2c1fada2023-10-25 16:25:38 -060022 db845c-trunk_staging-userdebug \
23 rb5-trunk_staging-userdebug \
Amit Pundirb72ca3e2024-03-08 22:31:43 +053024 sm8x50-trunk_staging-userdebug
Peter Collingbourneeccedd32022-02-02 11:28:48 -080025