Change-Id: Ifb6554802f32809c93110a492393f6c3bd8122d8
## Include the common tree BoardConfig makefile
include device/amlogic/g12-common/BoardConfigCommon.mk
+
+## Include the proprietary BoardConfig makefile
+include vendor/amlogic/radxa0/BoardConfigVendor.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/amlogic/radxa0/radxa0-vendor.mk)
export DEVICE=radxa0
export DEVICE_COMMON=g12-common
-export VENDOR=radxa
+export TARGET_SOC=g12a
+export VENDOR=amlogic
+export VENDOR_BRAND=radxa
export VENDOR_COMMON=amlogic
"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/extract-files.sh" "$@"
export DEVICE=radxa0
export DEVICE_COMMON=g12-common
-export VENDOR=radxa
+export TARGET_SOC=g12a
+export VENDOR=amlogic
+export VENDOR_BRAND=radxa
export VENDOR_COMMON=amlogic
"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"