From 32e3c0cf5b17c2b0b4d57d905015d647a5a7377b Mon Sep 17 00:00:00 2001 From: ggow Date: Tue, 23 Apr 2019 16:43:28 +0100 Subject: [PATCH] Change DEVICE_COMMON to mt8127-common --- extract-files.sh | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extract-files.sh b/extract-files.sh index 2adcce1..84e52d2 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -17,7 +17,7 @@ set -e VENDOR=amazon -DEVICE_COMMON=ford +DEVICE_COMMON=mt8127-common # Load extractutils and do some sanity checks MY_DIR="${BASH_SOURCE%/*}" diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 54c9b25..c1264a5 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -16,7 +16,7 @@ set -e VENDOR=amazon -DEVICE_COMMON=ford +DEVICE_COMMON=mt8127-common # Load extractutils and do some sanity checks MY_DIR="${BASH_SOURCE%/*}"