rhodep: overlay: Add proper overlays for rhodep variants

Change-Id: I334c4a801c8ffd463df92297942895cd78101ef1
This commit is contained in:
Michael Bestas
2025-09-06 01:50:20 -04:00
committed by Deivid21
parent d5eda741bb
commit 91c3b33495
7 changed files with 70 additions and 1 deletions

View File

@@ -24,10 +24,12 @@ $(call inherit-product, device/motorola/sm6375-common/common.mk)
# Overlays
PRODUCT_PACKAGES += \
FrameworksResDevice \
FrameworksResDeviceXT2225-2 \
LineageApertureAppDevice \
LineageSystemUIDevice \
SystemUIResDevice \
WifiResDevice
WifiResDevice \
WifiResDeviceXT2225-2
# Audio
PRODUCT_PACKAGES += \

View File

@@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "FrameworksResDeviceXT2225-2",
vendor: true,
}

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.overlay.device.XT2225_2">
<overlay
android:isStatic="true"
android:priority="350"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="XT2225-2"
android:targetPackage="android" />
</manifest>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">motog71s</string>
</resources>

View File

@@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "WifiResDeviceXT2225-2",
vendor: true,
}

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.overlay.device.XT2225_2">
<overlay
android:isStatic="true"
android:priority="800"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="XT2225-2"
android:targetName="WifiCustomization"
android:targetPackage="com.android.wifi.resources" />
</manifest>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Do not translate. Default access point SSID used for tethering -->
<string name="wifi_tether_configure_ssid_default" translatable="false">moto g71s</string>
</resources>