From 212ddd0c52b155c1c6b39510442e3ae7cd10cd66 Mon Sep 17 00:00:00 2001 From: Stricted Date: Fri, 27 Jul 2018 08:39:38 +0200 Subject: [PATCH] inherit from vendor/lineage Change-Id: Ic0ee2870f6d53926b7e6cf719b9c17614d5ec560 --- extract-files.sh | 2 +- lineage.mk | 4 ++-- setup-makefiles.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extract-files.sh b/extract-files.sh index 63939e0..88c6bdb 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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 diff --git a/lineage.mk b/lineage.mk index 8c1c06b..3288586 100644 --- a/lineage.mk +++ b/lineage.mk @@ -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 diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 6cf06cb..435d094 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -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 -- 2.20.1