Skip to content

Commit

Permalink
tb128fu: EvoX bringup
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Aug 11, 2023
1 parent 70d1942 commit d8d6c0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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)/lineage_tb128fu.mk
$(LOCAL_DIR)/evolution_tb128fu.mk

COMMON_LUNCH_CHOICES := \
lineage_tb128fu-user \
lineage_tb128fu-userdebug \
lineage_tb128fu-eng
evolution_tb128fu-user \
evolution_tb128fu-userdebug \
evolution_tb128fu-eng
File renamed without changes.
8 changes: 4 additions & 4 deletions lineage_tb128fu.mk → evolution_tb128fu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
BUILD_FINGERPRINT := Lenovo/P89990JA1/TB128FU:12/SKQ1.220119.001/13.5.476_220805:user/release-keys

0 comments on commit d8d6c0a

Please sign in to comment.