From 90890fac6fb082dfe871afee237a3daf472c3a26 Mon Sep 17 00:00:00 2001 From: Cyan_Hsieh Date: Sat, 17 Jun 2023 13:58:08 +0800 Subject: [PATCH] comet23: include comet23 BoardConfig.mk Bug: 283749430 Fix: 287731490 Change-Id: I788e920ac0a423150ae91885dccd146eb4dc6343 --- comet/BoardConfig.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/comet/BoardConfig.mk b/comet/BoardConfig.mk index 1e8b8d9..bda86aa 100644 --- a/comet/BoardConfig.mk +++ b/comet/BoardConfig.mk @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +ifeq (,$(filter %comet23,$(PRODUCT_NAME))) + TARGET_BOARD_INFO_FILE := device/google/comet/board-info.txt TARGET_BOOTLOADER_BOARD_NAME := comet TARGET_SCREEN_DENSITY := 420 @@ -23,3 +25,9 @@ include device/google/zumapro/BoardConfig-common.mk -include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk include device/google/comet-sepolicy/comet-sepolicy.mk include device/google/comet/wifi/BoardConfig-wifi.mk + +else + +include device/google/comet23/comet23/BoardConfig.mk + +endif