universal7870: fix typo

This commit is contained in:
Alejandro 2020-06-30 20:57:01 +02:00
parent 765503ce5e
commit 79420962d2
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi
LINEAGE_ROOT="${MY_DIR}/../../.."
HELPER="${AOSP_ROOT}/vendor/aosp/build/tools/extract_utils.sh"
HELPER="${LINEAGE_ROOT}/vendor/lineage/build/tools/extract_utils.sh"
if [ ! -f "${HELPER}" ]; then
echo "Unable to find helper script at ${HELPER}"
exit 1