-
Notifications
You must be signed in to change notification settings - Fork 0
/
twrp_gta4l.mk
28 lines (21 loc) · 875 Bytes
/
twrp_gta4l.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
#
# Copyright (C) 2024 The Android Open Source Project
# Copyright (C) 2024 The TWRP Open Source Project
#
# Inherit from common AOSP config
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
# Enable project quotas and casefolding for emulated storage without sdcardfs
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Inherit from twrp product configuration
$(call inherit-product, vendor/twrp/config/common.mk)
# Inherit from this device
$(call inherit-product, device/samsung/gta4l/device.mk)
# Device identifier. This must come after all inclusions
PRODUCT_RELEASE_NAME := gta4l
PRODUCT_DEVICE := gta4l
PRODUCT_NAME := twrp_gta4l
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-T505N
PRODUCT_MANUFACTURER := samsung
PRODUCT_GMS_CLIENTID_BASE := android-samsung-ss