From 58fcc01265e8cd796a7eae60f4dd5d17d27f5eaa Mon Sep 17 00:00:00 2001 From: Max Weffers Date: Mon, 13 Jan 2020 16:48:45 +0100 Subject: [PATCH] sdm660: scripts: Adapt for Carbon Rom Change-Id: Idaf59c07784c9f94f52f2cea56a9567f1cc8b615 --- extract-files.sh | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extract-files.sh b/extract-files.sh index 2a722504..285863b3 100755 --- 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="$LINEAGE_ROOT"/vendor/lineage/build/tools/extract_utils.sh +HELPER="$LINEAGE_ROOT"/vendor/carbon/build/tools/extract_utils.sh if [ ! -f "$HELPER" ]; then echo "Unable to find helper script at $HELPER" exit 1 diff --git a/setup-makefiles.sh b/setup-makefiles.sh index e78be705..48d89394 100755 --- 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="$LINEAGE_ROOT"/vendor/lineage/build/tools/extract_utils.sh +HELPER="$LINEAGE_ROOT"/vendor/carbon/build/tools/extract_utils.sh if [ ! -f "$HELPER" ]; then echo "Unable to find helper script at $HELPER" exit 1