fixup extraction scripts
authorStricted <info@stricted.net>
Wed, 2 May 2018 22:06:53 +0000 (00:06 +0200)
committerStricted <info@stricted.net>
Wed, 2 May 2018 22:06:53 +0000 (00:06 +0200)
Change-Id: I87c5b5b06ad607d024e8fc4d48b86508e5ad6340

extract-files.sh
setup-makefiles.sh

index 7d24aff04bda71c51a677191ef3b3668ffca4492..63939e051fb83a3339bf235a294d4dac1896e2ab 100755 (executable)
@@ -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"
 
index fbff31d82f45c123e9d96df1588b994a81180918..6cf06cb8e11401721c9b6cc8190b797350f6565b 100755 (executable)
@@ -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"