bangkk: Rebrand to rhodep
Change-Id: I5ed1841b2217b747fcc4ae84e6556fb53cd4e7e2
This commit is contained in:
parent
cbc3e04878
commit
ab72c51cce
11 changed files with 26 additions and 26 deletions
28
lineage_rhodep.mk
Normal file
28
lineage_rhodep.mk
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
#
|
||||
# SPDX-FileCopyrightText: The LineageOS Project
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Inherit from those products. Most specific first.
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
TARGET_SUPPORTS_OMX_SERVICE := false
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
|
||||
# Inherit from rhodep device
|
||||
$(call inherit-product, device/motorola/rhodep/device.mk)
|
||||
|
||||
# Inherit some common Lineage stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
PRODUCT_NAME := lineage_rhodep
|
||||
PRODUCT_DEVICE := rhodep
|
||||
PRODUCT_MANUFACTURER := motorola
|
||||
PRODUCT_BRAND := motorola
|
||||
PRODUCT_MODEL := moto g82 5G
|
||||
|
||||
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
||||
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
BuildDesc="rhodep_g-user 13 T1SUS33.1-124-6-16 5406e-b418a2 release-keys" \
|
||||
BuildFingerprint=motorola/rhodep_g/rhodep:13/T1SUS33.1-124-6-16/5406e-b418a2:user/release-keys \
|
||||
DeviceProduct=rhodep_g
|
||||
Loading…
Add table
Add a link
Reference in a new issue