This repository has been archived by the owner. It is now read-only.
forked from miraclestars/android_device_samsung_y2qdcmw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lineage_gts7xlwifi.mk
40 lines (33 loc) · 1.42 KB
/
lineage_gts7xlwifi.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
33
34
35
36
37
38
39
40
#
# Copyright (C) 2020 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 some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)
# Inherit from gts7xlwifi device
$(call inherit-product, device/samsung/gts7xlwifi/device.mk)
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := lineage_gts7xlwifi
PRODUCT_DEVICE := gts7xlwifi
PRODUCT_MANUFACTURER := samsung
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-T970
PRODUCT_PDA_MODEL_NEW := T970
PRODUCT_PDA_MODEL_VERSION_NEW := XXU2BUD2
PRODUCT_PDA_VERSION_NEW := $(PRODUCT_PDA_MODEL_NEW)$(PRODUCT_PDA_MODEL_VERSION_NEW)
# Build info
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE=gts7xlwifi \
PRODUCT_NAME=gts7xlwifixx \
TARGET_DEVICE=SM-T970 \
PRIVATE_BUILD_DESC="gts7xlwifixx-user 11 RP1A.200720.012 $(PRODUCT_PDA_VERSION_NEW) release-keys" \
BUILD_DISPLAY_ID="$(BUILD_ID).$(PRODUCT_PDA_VERSION_NEW)" \
BUILD_NUMBER=$(PRODUCT_PDA_VERSION_NEW) \
TARGET_BUILD_FLAVOR="gts7xlwifi-$(TARGET_BUILD_VARIANT)"
# PRODUCT_PRODUCT_PROPERTIES += \
# ro.build.PDA=$(PRODUCT_PDA_VERSION)
BUILD_FINGERPRINT := samsung/gts7xlwifixx/gts7xlwifi:11/RP1A.200720.012/$(PRODUCT_PDA_VERSION_NEW):user/release-keys