Skip to content

Commit

Permalink
tb128fu: Rebrand to Evolution-XYZ
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed May 16, 2024
1 parent 0d59d44 commit b60b4da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/evolution_tb128fu.mk
$(LOCAL_DIR)/lineage_tb128fu.mk

COMMON_LUNCH_CHOICES := \
evolution_tb128fu-user \
evolution_tb128fu-userdebug \
evolution_tb128fu-eng
lineage_tb128fu-user \
lineage_tb128fu-userdebug \
lineage_tb128fu-eng
File renamed without changes.
7 changes: 2 additions & 5 deletions evolution_tb128fu.mk → lineage_tb128fu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)

TARGET_BUILD_APERTURE_CAMERA := true
TARGET_FACE_UNLOCK_SUPPORTED := false
TARGET_ENABLE_BLUR := true
WITH_GMS := true

# Inherit some common Evolution-X stuff.
$(call inherit-product, vendor/evolution/config/common_full_tablet_wifionly.mk)
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)

# Inherit from tb128fu device
$(call inherit-product, device/lenovo/tb128fu/device.mk)

PRODUCT_NAME := evolution_tb128fu
PRODUCT_NAME := lineage_tb128fu
PRODUCT_DEVICE := tb128fu
PRODUCT_MANUFACTURER := Lenovo
PRODUCT_BRAND := Lenovo
Expand Down

0 comments on commit b60b4da

Please sign in to comment.