vendor: change vendor to lineage

Change-Id: I2df13091f5d62b552ef434aef1a389f4fe1249e0
diff --git a/build/templates/setup-makefiles.sh b/build/templates/setup-makefiles.sh
index 43baafe..a961eb9 100755
--- a/build/templates/setup-makefiles.sh
+++ b/build/templates/setup-makefiles.sh
@@ -29,7 +29,7 @@
 
 CM_ROOT="$MY_DIR"/../../..
 
-HELPER="$CM_ROOT"/vendor/cm/build/tools/extract_utils.sh
+HELPER="$CM_ROOT"/vendor/lineage/build/tools/extract_utils.sh
 if [ ! -f "$HELPER" ]; then
     echo "Unable to find helper script at $HELPER"
     exit 1