From: Stricted Date: Wed, 2 May 2018 22:06:53 +0000 (+0200) Subject: fixup extraction scripts X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f6aca02c43888622e2d68d92dc72e4e2dc722dfc;p=GitHub%2Fmt8127%2Fandroid_device_alcatel_ttab.git fixup extraction scripts Change-Id: I87c5b5b06ad607d024e8fc4d48b86508e5ad6340 --- diff --git a/extract-files.sh b/extract-files.sh index 7d24aff..63939e0 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -17,7 +17,7 @@ set -e VENDOR=alcatel -DEVICE=ttab +DEVICE_COMMON=ttab # Load extractutils and do some sanity checks MY_DIR="${BASH_SOURCE%/*}" @@ -49,7 +49,7 @@ else fi # Initialize the helper -setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT" true +setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true extract "$MY_DIR"/proprietary-files.txt "$SRC" diff --git a/setup-makefiles.sh b/setup-makefiles.sh index fbff31d..6cf06cb 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -16,7 +16,7 @@ set -e VENDOR=alcatel -DEVICE=ttab +DEVICE_COMMON=ttab # Load extractutils and do some sanity checks MY_DIR="${BASH_SOURCE%/*}" @@ -32,7 +32,7 @@ fi . "$HELPER" # Initialize the helper -setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT" true +setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true # Copyright headers and guards write_headers "ttab"