Change-Id: I65da3e542b763b0435a051892e3974673c95876e
# SPDX-License-Identifier: Apache-2.0
#
-include vendor/amlogic/g12-common/BoardConfigVendor.mk
-
COMMON_PATH := device/amlogic/g12-common
## Android Verified Boot
## Include the main common tree BoardConfig makefile
include device/amlogic/common/BoardConfigAmlogic.mk
+
+## Include the common proprietary BoardConfig makefile
+include vendor/amlogic/g12-common/BoardConfigVendor.mk
# SPDX-License-Identifier: Apache-2.0
#
-$(call inherit-product, vendor/amlogic/g12-common/g12-common-vendor.mk)
-
## Audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
## Inherit from the main common tree product makefile
$(call inherit-product, device/amlogic/common/amlogic.mk)
+
+## Inherit from the common proprietary files makefile
+$(call inherit-product, vendor/amlogic/g12-common/g12-common-vendor.mk)