-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwrp_a13.mk
More file actions
31 lines (23 loc) · 971 Bytes
/
Copy pathtwrp_a13.mk
File metadata and controls
31 lines (23 loc) · 971 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
30
31
#
# Copyright (C) 2025 The Android Open Source Project
# Copyright (C) 2025 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/aosp_base.mk)
# Kernel is ARM64, core should be 64-bit capable (Multilib enabled)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
# Inherit some common TWRP stuff.
$(call inherit-product, vendor/twrp/config/common.mk)
# Inherit from a13 device
$(call inherit-product, device/samsung/a13/device.mk)
PRODUCT_DEVICE := a13
PRODUCT_NAME := twrp_a13
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-A135F
PRODUCT_MANUFACTURER := samsung
PRODUCT_GMS_CLIENTID_BASE := android-samsung-ss
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="a13nsxx-user 14 UP1A.231005.007 A135FXXU7EXF1 release-keys"
BUILD_FINGERPRINT := samsung/a13nsxx/a13:14/UP1A.231005.007/A135FXXU7EXF1:user/release-keys