From d8d6c0ae97c3cc2451463674941fc2f7ebd96c9a Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Fri, 11 Aug 2023 12:49:25 +0900 Subject: [PATCH] tb128fu: EvoX bringup --- AndroidProducts.mk | 8 ++++---- lineage.dependencies => evolution.dependencies | 0 lineage_tb128fu.mk => evolution_tb128fu.mk | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) rename lineage.dependencies => evolution.dependencies (100%) rename lineage_tb128fu.mk => evolution_tb128fu.mk (76%) diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 855936e..83e0cbe 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -5,9 +5,9 @@ # PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/lineage_tb128fu.mk + $(LOCAL_DIR)/evolution_tb128fu.mk COMMON_LUNCH_CHOICES := \ - lineage_tb128fu-user \ - lineage_tb128fu-userdebug \ - lineage_tb128fu-eng \ No newline at end of file + evolution_tb128fu-user \ + evolution_tb128fu-userdebug \ + evolution_tb128fu-eng diff --git a/lineage.dependencies b/evolution.dependencies similarity index 100% rename from lineage.dependencies rename to evolution.dependencies diff --git a/lineage_tb128fu.mk b/evolution_tb128fu.mk similarity index 76% rename from lineage_tb128fu.mk rename to evolution_tb128fu.mk index 7430cb0..f8051ce 100644 --- a/lineage_tb128fu.mk +++ b/evolution_tb128fu.mk @@ -8,13 +8,13 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) -# Inherit some common lineage stuff. -$(call inherit-product, vendor/lineage/config/common_full_phone.mk) +# Inherit some common Evolution-X stuff. +$(call inherit-product, vendor/evolution/config/common_full_tablet_wifionly.mk) # Inherit from tb128fu device $(call inherit-product, device/lenovo/tb128fu/device.mk) -PRODUCT_NAME := lineage_tb128fu +PRODUCT_NAME := evolution_tb128fu PRODUCT_DEVICE := tb128fu PRODUCT_MANUFACTURER := Lenovo PRODUCT_BRAND := Lenovo @@ -25,4 +25,4 @@ PRODUCT_GMS_CLIENTID_BASE := android-lenovo PRODUCT_BUILD_PROP_OVERRIDES += \ PRIVATE_BUILD_DESC="qssi-user 12 SKQ1.220119.001 13.5.476_220805 release-keys" -BUILD_FINGERPRINT := Lenovo/P89990JA1/TB128FU:12/SKQ1.220119.001/13.5.476_220805:user/release-keys \ No newline at end of file +BUILD_FINGERPRINT := Lenovo/P89990JA1/TB128FU:12/SKQ1.220119.001/13.5.476_220805:user/release-keys