forked from vanbearlei/twrp_device_samsung_m53x
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwrp_m53x.mk
More file actions
29 lines (22 loc) · 923 Bytes
/
Copy pathtwrp_m53x.mk
File metadata and controls
29 lines (22 loc) · 923 Bytes
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
#
# Copyright (C) 2023 The Android Open Source Project
# Copyright (C) 2023 SebaUbuntu's TWRP device tree generator
#
# 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_telephony.mk)
# Inherit some common TeamWin stuff.
$(call inherit-product, vendor/twrp/config/common.mk)
# Inherit from m53x device
$(call inherit-product, device/samsung/m53x/device.mk)
PRODUCT_DEVICE := m53x
PRODUCT_NAME := twrp_m53x
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-M536B
PRODUCT_MANUFACTURER := samsung
PRODUCT_GMS_CLIENTID_BASE := android-samsung-ss
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="m53xnsxx-user 12 SP1A.210812.016 M536BXXU3CWF2 release-keys"
BUILD_FINGERPRINT := samsung/m53xnsxx/m53x:12/SP1A.210812.016/M536BXXU3CWF2:user/release-keys