rhodep: Rebrand to milanf
Change-Id: I0206cf1bf86e6b30a69bfa4fb651ad14e324b621 Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
parent
8f5e00893d
commit
9b326662da
11 changed files with 27 additions and 27 deletions
|
@ -4,4 +4,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT_MAKEFILES := \
|
PRODUCT_MAKEFILES := \
|
||||||
$(LOCAL_DIR)/lineage_rhodep.mk
|
$(LOCAL_DIR)/lineage_milanf.mk
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
DEVICE_PATH := device/motorola/rhodep
|
DEVICE_PATH := device/motorola/milanf
|
||||||
|
|
||||||
# Inherit from motorola sm6375-common
|
# Inherit from motorola sm6375-common
|
||||||
include device/motorola/sm6375-common/BoardConfigCommon.mk
|
include device/motorola/sm6375-common/BoardConfigCommon.mk
|
||||||
|
@ -12,7 +12,7 @@ include device/motorola/sm6375-common/BoardConfigCommon.mk
|
||||||
AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := true
|
AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := true
|
||||||
|
|
||||||
# Bootloader
|
# Bootloader
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := rhodep
|
TARGET_BOOTLOADER_BOARD_NAME := milanf
|
||||||
|
|
||||||
# HIDL
|
# HIDL
|
||||||
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
||||||
|
@ -23,8 +23,8 @@ ODM_MANIFEST_DN_FILES := $(DEVICE_PATH)/sku/manifest_dn.xml
|
||||||
ODM_MANIFEST_N_FILES := $(DEVICE_PATH)/sku/manifest_n.xml
|
ODM_MANIFEST_N_FILES := $(DEVICE_PATH)/sku/manifest_n.xml
|
||||||
|
|
||||||
# Kernel
|
# Kernel
|
||||||
BOARD_KERNEL_CMDLINE += androidboot.hab.product=rhodep
|
BOARD_KERNEL_CMDLINE += androidboot.hab.product=milanf
|
||||||
TARGET_KERNEL_CONFIG += vendor/ext_config/moto-holi-rhodep.config
|
TARGET_KERNEL_CONFIG += vendor/ext_config/moto-holi-milanf.config
|
||||||
|
|
||||||
# Kernel Modules
|
# Kernel Modules
|
||||||
BOARD_VENDOR_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVICE_PATH)/modules.load))
|
BOARD_VENDOR_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVICE_PATH)/modules.load))
|
||||||
|
@ -53,4 +53,4 @@ BOARD_AVB_ROLLBACK_INDEX := 29
|
||||||
BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX := 29
|
BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX := 29
|
||||||
|
|
||||||
# inherit from the proprietary version
|
# inherit from the proprietary version
|
||||||
include vendor/motorola/rhodep/BoardConfigVendor.mk
|
include vendor/motorola/milanf/BoardConfigVendor.mk
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Device tree for the Motorola moto g82
|
Device tree for the Motorola moto g stylus 5G (2022)
|
||||||
|
|
||||||
Information about the device, build and install instructions can be found [here](http://wiki.lineageos.org/devices/rhodep/)
|
Information about the device, build and install instructions can be found [here](http://wiki.lineageos.org/devices/milanf/)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Boot animation
|
# Boot animation
|
||||||
TARGET_SCREEN_HEIGHT := 2400
|
TARGET_SCREEN_HEIGHT := 2460
|
||||||
TARGET_SCREEN_WIDTH := 1080
|
TARGET_SCREEN_WIDTH := 1080
|
||||||
|
|
||||||
# Screen
|
# Screen
|
||||||
|
@ -77,7 +77,7 @@ $(foreach DEVICE_SKU, $(DEVICE_SKUS), \
|
||||||
|
|
||||||
# Sensors
|
# Sensors
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
sensors.rhodep
|
sensors.milanf
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
||||||
|
@ -86,4 +86,4 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
|
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
|
||||||
|
|
||||||
# Inherit from vendor blobs
|
# Inherit from vendor blobs
|
||||||
$(call inherit-product, vendor/motorola/rhodep/rhodep-vendor.mk)
|
$(call inherit-product, vendor/motorola/milanf/milanf-vendor.mk)
|
||||||
|
|
|
@ -20,7 +20,7 @@ from extract_utils.main import (
|
||||||
)
|
)
|
||||||
|
|
||||||
namespace_imports = [
|
namespace_imports = [
|
||||||
'device/motorola/rhodep',
|
'device/motorola/milanf',
|
||||||
'hardware/motorola',
|
'hardware/motorola',
|
||||||
'vendor/motorola/sm6375-common',
|
'vendor/motorola/sm6375-common',
|
||||||
'vendor/qcom/opensource/display',
|
'vendor/qcom/opensource/display',
|
||||||
|
@ -52,7 +52,7 @@ extract_fns: extract_fns_user_type = {
|
||||||
}
|
}
|
||||||
|
|
||||||
module = ExtractUtilsModule(
|
module = ExtractUtilsModule(
|
||||||
'rhodep',
|
'milanf',
|
||||||
'motorola',
|
'motorola',
|
||||||
blob_fixups=blob_fixups,
|
blob_fixups=blob_fixups,
|
||||||
lib_fixups=lib_fixups,
|
lib_fixups=lib_fixups,
|
||||||
|
|
|
@ -8,21 +8,21 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||||
TARGET_SUPPORTS_OMX_SERVICE := false
|
TARGET_SUPPORTS_OMX_SERVICE := false
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||||
|
|
||||||
# Inherit from rhodep device
|
# Inherit from milanf device
|
||||||
$(call inherit-product, device/motorola/rhodep/device.mk)
|
$(call inherit-product, device/motorola/milanf/device.mk)
|
||||||
|
|
||||||
# Inherit some common Lineage stuff.
|
# Inherit some common Lineage stuff.
|
||||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||||
|
|
||||||
PRODUCT_NAME := lineage_rhodep
|
PRODUCT_NAME := lineage_milanf
|
||||||
PRODUCT_DEVICE := rhodep
|
PRODUCT_DEVICE := milanf
|
||||||
PRODUCT_MANUFACTURER := motorola
|
PRODUCT_MANUFACTURER := motorola
|
||||||
PRODUCT_BRAND := motorola
|
PRODUCT_BRAND := motorola
|
||||||
PRODUCT_MODEL := moto g82 5G
|
PRODUCT_MODEL := moto g stylus 5G (2022)
|
||||||
|
|
||||||
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
PRODUCT_GMS_CLIENTID_BASE := android-motorola
|
||||||
|
|
||||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||||
BuildDesc="rhodep_g-user 13 T1SUS33.1-124-6-16 5406e-b418a2 release-keys" \
|
BuildDesc="milanf_g-user 13 T2SDS33.75-38-1-3-26 e35d9-fa7d4 release-keys" \
|
||||||
BuildFingerprint=motorola/rhodep_g/rhodep:13/T1SUS33.1-124-6-16/5406e-b418a2:user/release-keys \
|
BuildFingerprint=motorola/milanf_g/milanf:13/T2SDS33.75-38-1-3-26/e35d9-fa7d4:user/release-keys \
|
||||||
DeviceProduct=rhodep_g
|
DeviceProduct=milanf_g
|
|
@ -1,5 +1,5 @@
|
||||||
# Google
|
# Google
|
||||||
ro.opa.device_model_id=motorola-rhodep
|
ro.opa.device_model_id=motorola-milanf
|
||||||
|
|
||||||
# Motorola
|
# Motorola
|
||||||
ro.mot.build.customerid=global
|
ro.mot.build.customerid=global
|
||||||
|
|
|
@ -147,7 +147,7 @@
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
<!-- MMS user agent string -->
|
<!-- MMS user agent string -->
|
||||||
<string name="config_mms_user_agent" translatable="false">motog825g</string>
|
<string name="config_mms_user_agent" translatable="false">motogstylus5g2022</string>
|
||||||
|
|
||||||
<!-- MMS user agent prolfile url -->
|
<!-- MMS user agent prolfile url -->
|
||||||
<string name="config_mms_user_agent_profile_url" translatable="false">http://uaprof.motorola.com/phoneconfig/motov1/Profile/motov1.rdf</string>
|
<string name="config_mms_user_agent_profile_url" translatable="false">http://uaprof.motorola.com/phoneconfig/motov1/Profile/motov1.rdf</string>
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Do not translate. Default access point SSID used for tethering -->
|
<!-- Do not translate. Default access point SSID used for tethering -->
|
||||||
<string name="wifi_tether_configure_ssid_default" translatable="false">moto g82 5G</string>
|
<string name="wifi_tether_configure_ssid_default" translatable="false">moto g stylus 5G (2022)</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
name: "sensors.rhodep",
|
name: "sensors.milanf",
|
||||||
defaults: ["hidl_defaults"],
|
defaults: ["hidl_defaults"],
|
||||||
srcs: [
|
srcs: [
|
||||||
"Sensor.cpp",
|
"Sensor.cpp",
|
||||||
|
@ -28,7 +28,7 @@ cc_library_shared {
|
||||||
"android.hardware.sensors@2.X-multihal",
|
"android.hardware.sensors@2.X-multihal",
|
||||||
],
|
],
|
||||||
cflags: [
|
cflags: [
|
||||||
"-DLOG_TAG=\"sensors.rhodep\"",
|
"-DLOG_TAG=\"sensors.milanf\"",
|
||||||
],
|
],
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
sensors.ssc.so
|
sensors.ssc.so
|
||||||
sensors.moto.so
|
sensors.moto.so
|
||||||
sensors.rhodep.so
|
sensors.milanf.so
|
||||||
|
|
Loading…
Reference in a new issue