Change-Id: Ic0ee2870f6d53926b7e6cf719b9c17614d5ec560
LINEAGE_ROOT="$MY_DIR"/../../..
-HELPER="$LINEAGE_ROOT"/vendor/cm/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
# Inherit device configuration
$(call inherit-product, device/alcatel/ttab/full_ttab.mk)
-# Inherit some common CM stuff.
-$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
+# Inherit some common Lineage stuff.
+$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
## Device identifier. This must come after all inclusions
LINEAGE_ROOT="$MY_DIR"/../../..
-HELPER="$LINEAGE_ROOT"/vendor/cm/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