From: Nolen Johnson Date: Mon, 10 Jun 2024 05:32:06 +0000 (-0400) Subject: deadpool: Set VENDOR_BRAND X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=df712dbd9a7bbc2c5c84bfc4122af4681ebf6f15;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_askey_deadpool.git deadpool: Set VENDOR_BRAND Change-Id: I317455785c75c3c478491c2029b723f3085cef48 --- 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" "$@"