From: Bruno Martins Date: Thu, 9 Jun 2022 19:16:12 +0000 (+0100) Subject: dopinder: Shuffle proprietary makefiles inclusion X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aba6fc48583dbd2ba44ea0b5bd0ff5ca07094e82;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_askey_dopinder.git dopinder: Shuffle proprietary makefiles inclusion Change-Id: I5e2e3d51aeb440a7119ddba8b72b23b08509bf24 --- diff --git a/BoardConfig.mk b/BoardConfig.mk index db77eb2..e8dab30 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -26,3 +26,6 @@ PRODUCT_CFI_INCLUDE_PATHS += hardware/realtek/wlan/wpa_supplicant_8_lib ## Include the common tree BoardConfig makefile include device/amlogic/g12-common/BoardConfigCommon.mk + +## Include the proprietary BoardConfig makefile +include vendor/askey/dopinder/BoardConfigVendor.mk diff --git a/device.mk b/device.mk index 59b54a1..6e7bd09 100644 --- a/device.mk +++ b/device.mk @@ -4,8 +4,6 @@ # SPDX-License-Identifier: Apache-2.0 # -$(call inherit-product, vendor/askey/dopinder/dopinder-vendor.mk) - ## Bluetooth BOARD_HAVE_BLUETOOTH_RTK_TV := true include hardware/realtek/rtkbt/rtkbt.mk @@ -24,3 +22,6 @@ DEVICE_PACKAGE_OVERLAYS += \ ## Inherit from the common tree product makefile $(call inherit-product, device/amlogic/g12-common/g12.mk) + +## Inherit from the proprietary files makefile +$(call inherit-product, vendor/askey/dopinder/dopinder-vendor.mk)