Change-Id: I5e2e3d51aeb440a7119ddba8b72b23b08509bf24
# SPDX-License-Identifier: Apache-2.0
#
-include vendor/askey/wade/BoardConfigVendor.mk
-
DEVICE_PATH := device/askey/wade
## Bluetooth
## Include the common tree BoardConfig makefile
include device/amlogic/g12-common/BoardConfigCommon.mk
+
+## Include the proprietary BoardConfig makefile
+include vendor/askey/wade/BoardConfigVendor.mk
# SPDX-License-Identifier: Apache-2.0
#
-$(call inherit-product, vendor/askey/wade/wade-vendor.mk)
-
## Bluetooth
PRODUCT_PACKAGES += \
libbt-vendor
## 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/wade/wade-vendor.mk)