radxa0: Split g12a/sm1 proprietary files
authorNolen Johnson <johnsonnolen@gmail.com>
Mon, 10 Jun 2024 05:35:29 +0000 (01:35 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Mon, 10 Jun 2024 05:35:29 +0000 (01:35 -0400)
Change-Id: Ifb6554802f32809c93110a492393f6c3bd8122d8

BoardConfig.mk
device.mk
extract-files.sh
proprietary-files.txt [new file with mode: 0644]
setup-makefiles.sh

index b9d27e47d3559330a5257d74017b789f4529b32a..30c729a60c8e51181443ed5b0ea8b61425f7ee86 100644 (file)
@@ -35,3 +35,6 @@ WPA_SUPPLICANT_VERSION := VER_0_8_X
 
 ## Include the common tree BoardConfig makefile
 include device/amlogic/g12-common/BoardConfigCommon.mk
+
+## Include the proprietary BoardConfig makefile
+include vendor/amlogic/radxa0/BoardConfigVendor.mk
index a1c2ebe457d148d59756112c794196fc2ad35456..4b5fe48771266f38bc694776646e1cf5f1eb2f2b 100644 (file)
--- a/device.mk
+++ b/device.mk
@@ -29,3 +29,6 @@ include hardware/amlogic/kernel-modules/dhd-driver/firmware/firmware.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)
index 8bb756f41aed5a5a9331be1883eeb3563075cb57..3d889971c9d88ccf28a4155ad0149eec9184ab6d 100755 (executable)
@@ -16,7 +16,9 @@ set -e
 
 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" "$@"
diff --git a/proprietary-files.txt b/proprietary-files.txt
new file mode 100644 (file)
index 0000000..8b13789
--- /dev/null
@@ -0,0 +1 @@
+
index a48e7c81dea6909c266799703479d035f1acfc69..daf1005864099f14990b1a5b761f395222b9d865 100755 (executable)
@@ -10,7 +10,9 @@ set -e
 
 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" "$@"