summaryrefslogtreecommitdiff
path: root/setup-makefiles.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 /setup-makefiles.sh
parentb52d6a50a791e2113e4b00374dc1bacd350581b8 (diff)
AICPfyHEADp9.0
Change-Id: I460deb0c0994e9652adf1ef3c434d076e75f9dfe
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-xsetup-makefiles.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 183a078..925849c 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -25,9 +25,9 @@ INITIAL_COPYRIGHT_YEAR=2017
MY_DIR="${BASH_SOURCE%/*}"
if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi
-LINEAGE_ROOT="$MY_DIR"/../../..
+AICP_ROOT="$MY_DIR"/../../..
-HELPER="$LINEAGE_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
@@ -52,7 +52,7 @@ EOF
}
# Initialize the helper
-setup_vendor "$DEVICE" "$VENDOR" "$LINEAGE_ROOT"
+setup_vendor "$DEVICE" "$VENDOR" "$AICP_ROOT"
# Copyright headers and guards
write_crosshatch_headers