From df712dbd9a7bbc2c5c84bfc4122af4681ebf6f15 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Mon, 10 Jun 2024 01:32:06 -0400 Subject: [PATCH] deadpool: Set VENDOR_BRAND Change-Id: I317455785c75c3c478491c2029b723f3085cef48 --- extract-files.sh | 1 + setup-makefiles.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/extract-files.sh b/extract-files.sh index c96afc5..97f8603 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -18,6 +18,7 @@ export DEVICE=deadpool export DEVICE_COMMON=g12-common export TARGET_SOC=g12a export VENDOR=askey +export VENDOR_BRAND="${VENDOR}" export VENDOR_COMMON=amlogic "./../../${VENDOR_COMMON}/${DEVICE_COMMON}/extract-files.sh" "$@" diff --git a/setup-makefiles.sh b/setup-makefiles.sh index bc7b3fc..0318322 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -12,6 +12,7 @@ export DEVICE=deadpool export DEVICE_COMMON=g12-common export TARGET_SOC=g12a export VENDOR=askey +export VENDOR_BRAND="${VENDOR}" export VENDOR_COMMON=amlogic "./../../${VENDOR_COMMON}/${DEVICE_COMMON}/setup-makefiles.sh" "$@" -- 2.20.1