aboutsummaryrefslogtreecommitdiff
path: root/setup-makefiles.sh
diff options
context:
space:
mode:
authorAleD219 <alessio.doria@protonmail.com>2020-06-30 15:45:55 +0200
committerAleD219 <alessio.doria@protonmail.com>2020-06-30 15:45:55 +0200
commitdada1f8ba99e393350f00d48d8ffffbbecd8b3f6 (patch)
tree462026f8ecf39bf279da08fab3278aed9781d520 /setup-makefiles.sh
parent81d0256a86ef646ed44812e7e6087bf6d451b931 (diff)
msm8998-common: correct setup-makefiles.shHEADq10.0
Change-Id: Ib14f7cda57089f91d1fd0757979b5f854dcb494f
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-xsetup-makefiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 9d29874..deeb3cb 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -26,7 +26,7 @@ if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi
AICP_ROOT="${MY_DIR}/../../.."
-HELPER="${AICP_ROOT}/vendor/lineage/build/tools/extract_utils.sh"
+HELPER="${AICP_ROOT}/vendor/aicp/build/tools/extract_utils.sh"
if [ ! -f "${HELPER}" ]; then
echo "Unable to find helper script at ${HELPER}"
exit 1