From: Stricted Date: Fri, 27 Jul 2018 06:39:38 +0000 (+0200) Subject: inherit from vendor/lineage X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=212ddd0c52b155c1c6b39510442e3ae7cd10cd66;p=GitHub%2Fmt8127%2Fandroid_device_alcatel_ttab.git inherit from vendor/lineage Change-Id: Ic0ee2870f6d53926b7e6cf719b9c17614d5ec560 --- 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