Made with SebaUbuntu's TWRP device tree generator Arch: arm64 Manufacturer: motorola Model: motorola edge 30 pro Script version: 3.0.0
29 lines
925 B
Makefile
29 lines
925 B
Makefile
#
|
|
# 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 Omni stuff.
|
|
$(call inherit-product, vendor/omni/config/common.mk)
|
|
|
|
# Inherit from hiphi device
|
|
$(call inherit-product, device/motorola/hiphi/device.mk)
|
|
|
|
PRODUCT_DEVICE := hiphi
|
|
PRODUCT_NAME := omni_hiphi
|
|
PRODUCT_BRAND := motorola
|
|
PRODUCT_MODEL := motorola edge 30 pro
|
|
PRODUCT_MANUFACTURER := motorola
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
|
PRIVATE_BUILD_DESC="hiphi-user 12 S3SHS32.12-42-11-5 bf0951 release-keys"
|
|
|
|
BUILD_FINGERPRINT := motorola/hiphi/hiphi:12/S3SHS32.12-42-11-5/bf0951:user/release-keys
|