summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrazorloves <razorloves@gmail.com>2017-02-04 18:34:04 +0000
committer5x <droidfivex@gmail.com>2017-02-07 10:17:41 +0900
commit380a02bc093660cff3fde7c1f33927305141618c (patch)
treea029793268a356a71a993e238c1be51661f543f0
parentd2e456714bfb895824bb591148a3afa8ffc25873 (diff)
mako: correct file name in blobs extratorHEADn7.1
Change-Id: Ia9fd7d88e9370e94fb0a5c2633167b3e82a4d92f
-rwxr-xr-xextract-files.sh2
-rwxr-xr-xsetup-makefiles.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/extract-files.sh b/extract-files.sh
index fb9a3f8..d1bb84d 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -52,6 +52,6 @@ fi
# Initialize the helper for device
setup_vendor "$DEVICE" "$VENDOR" "$CM_ROOT"
-extract "$MY_DIR"/proprietary-files.txt "$SRC"
+extract "$MY_DIR"/proprietary-blobs.txt "$SRC"
"$MY_DIR"/setup-makefiles.sh
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 2aeb9f2..e37f585 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -40,7 +40,7 @@ setup_vendor "$DEVICE" "$VENDOR" "$CM_ROOT"
write_headers
# The device blobs
-write_makefiles "$MY_DIR"/proprietary-files.txt
+write_makefiles "$MY_DIR"/proprietary-blobs.txt
# We are done with device
write_footers