From aba6fc48583dbd2ba44ea0b5bd0ff5ca07094e82 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 9 Jun 2022 20:16:12 +0100 Subject: [PATCH] dopinder: Shuffle proprietary makefiles inclusion Change-Id: I5e2e3d51aeb440a7119ddba8b72b23b08509bf24 --- BoardConfig.mk | 3 +++ device.mk | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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) -- 2.20.1