Change-Id: I5e2e3d51aeb440a7119ddba8b72b23b08509bf24
## Include the common tree BoardConfig makefile
include device/amlogic/g12-common/BoardConfigCommon.mk
+
+## Include the proprietary BoardConfig makefile
+include vendor/askey/dopinder/BoardConfigVendor.mk
# 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
## 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)