diff --git a/extract-files.sh b/extract-files.sh index a308c53..bd70ee6 100644 --- a/extract-files.sh +++ b/extract-files.sh @@ -26,7 +26,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="${AOSP_ROOT}/vendor/lineage/build/tools/extract_utils.sh" if [ ! -f "${HELPER}" ]; then echo "Unable to find helper script at ${HELPER}" exit 1 @@ -60,7 +60,7 @@ if [ -z "${SRC}" ]; then fi # Initialize the helper -setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${AOSP_ROOT}" true "${CLEAN_VENDOR}" +setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${LINEAGE_ROOT}" true "${CLEAN_VENDOR}" extract "$MY_DIR"/proprietary-files.txt "$SRC" diff --git a/setup-makefiles.sh b/setup-makefiles.sh index ee221e4..7c91f72 100644 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -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