2023-04-04 12:44:40 -04:00
|
|
|
#
|
|
|
|
# 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.
|
2022-09-13 12:20:35 -04:00
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
|
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
|
2021-11-29 12:56:13 -05:00
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
|
2022-02-17 10:03:14 -05:00
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
2021-08-30 10:12:41 -04:00
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
|
2022-10-30 16:59:11 -04:00
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
|
2023-04-04 12:44:40 -04:00
|
|
|
|
2022-09-13 12:20:35 -04:00
|
|
|
# Inherit some common TWRP stuff.
|
|
|
|
$(call inherit-product, vendor/twrp/config/common.mk)
|
2023-04-04 12:44:40 -04:00
|
|
|
|
2023-09-03 08:36:21 -04:00
|
|
|
# Inherit from genevn device
|
|
|
|
$(call inherit-product, device/motorola/genevn/device.mk)
|
2023-04-04 12:44:40 -04:00
|
|
|
|
2023-09-03 08:36:21 -04:00
|
|
|
PRODUCT_DEVICE := genevn
|
|
|
|
PRODUCT_NAME := twrp_genevn
|
2023-04-04 12:44:40 -04:00
|
|
|
PRODUCT_BRAND := motorola
|
2023-09-03 08:36:21 -04:00
|
|
|
PRODUCT_MODEL := motorola moto g stylus 5g (2023)
|
2023-04-04 12:44:40 -04:00
|
|
|
PRODUCT_MANUFACTURER := motorola
|
|
|
|
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
|
|
|
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
2023-09-03 08:36:21 -04:00
|
|
|
TARGET_PRODUCT=genevn_g \
|
|
|
|
PRIVATE_BUILD_DESC="genevn_g-user 13 T1TGNS33.60-41-2-7 1b8716-5aa3a release-keys"
|
|
|
|
BUILD_FINGERPRINT := motorola/genevn_g/genevn:13/T1TGNS33.60-41-2-7/1b8716-5aa3a:user/release-keys
|
2023-04-04 12:44:40 -04:00
|
|
|
|