vendor: change vendor to lineage

Change-Id: I2df13091f5d62b552ef434aef1a389f4fe1249e0
diff --git a/build/templates/extract-files.sh b/build/templates/extract-files.sh
index 1513081..744715b 100755
--- a/build/templates/extract-files.sh
+++ b/build/templates/extract-files.sh
@@ -27,7 +27,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