From 09d8b6e8b4abd1ee77a5ad73bd03aec35bcd24de Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Thu, 17 Feb 2022 12:19:42 +0100 Subject: [PATCH] pstar: fix includes of sm8250-common makefiles --- BoardConfig.mk | 4 ++-- device.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index ec40c9f..f3da14f 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -17,7 +17,7 @@ DEVICE_PATH := device/motorola/pstar # Inherit from motorola sm8250-common -$(call inherit-product, device/motorola/sm8250-common/BoardConfigCommon.mk) +-include device/motorola/sm8250-common/BoardConfigCommon.mk # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth @@ -40,4 +40,4 @@ BOARD_SUPER_PARTITION_SIZE := 14227079168 TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop # inherit from the proprietary version -$(call inherit-product, vendor/motorola/pstar/BoardConfigVendor.mk) +-include vendor/motorola/pstar/BoardConfigVendor.mk diff --git a/device.mk b/device.mk index 159b61f..9b4ad6f 100644 --- a/device.mk +++ b/device.mk @@ -21,7 +21,7 @@ TARGET_SCREEN_WIDTH := 1080 PRODUCT_SHIPPING_API_LEVEL := 30 # Inherit from motorola sm8250-common -$(call inherit-product, device/motorola/sm8250-common/common.mk) +$(call inherit-product, device/motorola/sm8250-common/sm8250.mk) # Audio PRODUCT_COPY_FILES += \