inherit from vendor/lineage
authorStricted <info@stricted.net>
Fri, 27 Jul 2018 06:39:38 +0000 (08:39 +0200)
committerJan Altensen <info@stricted.net>
Fri, 22 Feb 2019 17:35:23 +0000 (18:35 +0100)
Change-Id: Ic0ee2870f6d53926b7e6cf719b9c17614d5ec560

extract-files.sh
lineage.mk
setup-makefiles.sh

index 63939e051fb83a3339bf235a294d4dac1896e2ab..88c6bdb4c4102e1e1a33f9dba3f15f5339741094 100755 (executable)
@@ -25,7 +25,7 @@ if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi
 
 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
index 8c1c06be90a86feeb2f2434f2e41125d5ecf0911..3288586eff8eca35416416968768ddb876b7f75c 100644 (file)
@@ -4,8 +4,8 @@ PRODUCT_RELEASE_NAME := ttab
 # 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
index 6cf06cb8e11401721c9b6cc8190b797350f6565b..435d0945ef49c9ac59c5edb0a0d2aa6170813510 100755 (executable)
@@ -24,7 +24,7 @@ if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi
 
 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