forked from juic3b0x/device_motorola_ellis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwrp_ellis.mk
28 lines (21 loc) · 856 Bytes
/
twrp_ellis.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
#
# Copyright (C) 2022 The Android Open Source Project
# Copyright (C) 2022 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/full_base_telephony.mk)
# Inherit some common twrp stuff.
$(call inherit-product, vendor/twrp/config/common.mk)
# Inherit from ellis device
$(call inherit-product, device/motorola/ellis/device.mk)
PRODUCT_DEVICE := ellis
PRODUCT_NAME := twrp_ellis
PRODUCT_BRAND := motorola
PRODUCT_MODEL := moto g pure
PRODUCT_MANUFACTURER := motorola
PRODUCT_GMS_CLIENTID_BASE := android-motorola
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="ellis_t-user 12 S3RH32.20-42-10-2-3 81f58d release-keys"
BUILD_FINGERPRINT := motorola/ellis_t/ellis:12/S3RH32.20-42-10-2-3/81f58d:user/release-keys