-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlineage_gts7lwifi.mk
32 lines (24 loc) · 1.02 KB
/
lineage_gts7lwifi.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# SPDX-FileCopyrightText: 2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# Inherit from gts7lwifi device
$(call inherit-product, device/samsung/gts7lwifi/device.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
PRODUCT_NAME := lineage_gts7lwifi
PRODUCT_DEVICE := gts7lwifi
PRODUCT_MANUFACTURER := samsung
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-T870
PRODUCT_CHARACTERISTICS := tablet
PRODUCT_SYSTEM_NAME := gts7lwifixx
PRODUCT_GMS_CLIENTID_BASE := android-samsung
# Use the latest approved GMS identifiers
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="gts7lwifixx-user 11 RP1A.200720.012 T870XXS8DXH1 release-keys" \
TARGET_PRODUCT=gts7lwifixx
BUILD_FINGERPRINT := "samsung/gts7lwifixx/gts7lwifi:11/RP1A.200720.012/T870XXS8DXH1:user/release-keys"