summaryrefslogtreecommitdiff
path: root/extract-files.sh
diff options
context:
space:
mode:
authorLorDClockaN <davor@losinj.com>2019-03-20 19:54:55 +0100
committerLorDClockaN <davor@losinj.com>2019-03-27 18:22:40 +0100
commita36341594e6e813b08938126f11d6d81ff035261 (patch)
tree4b2bbf66a1e1deaea41c8db338907ef98b1dbf72 /extract-files.sh
parentb52d6a50a791e2113e4b00374dc1bacd350581b8 (diff)
AICPfyHEADp9.0
Change-Id: I460deb0c0994e9652adf1ef3c434d076e75f9dfe
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 0d15945..2015ec3 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -25,7 +25,7 @@ if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi
CM_ROOT="$MY_DIR"/../../..
-HELPER="$CM_ROOT"/vendor/lineage/build/tools/extract_utils.sh
+HELPER="$CM_ROOT"/vendor/aicp/build/tools/extract_utils.sh
if [ ! -f "$HELPER" ]; then
echo "Unable to find helper script at $HELPER"
exit 1