hiphi: Initial TWRP device tree
Made with SebaUbuntu's TWRP device tree generator Arch: arm64 Manufacturer: motorola Model: motorola edge 30 pro Script version: 3.0.0
This commit is contained in:
commit
bfa2b50714
14 changed files with 414 additions and 0 deletions
29
omni_hiphi.mk
Normal file
29
omni_hiphi.mk
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
#
|
||||
# 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
|
||||
Loading…
Reference in a new issue