rhodep: overlay: Add proper overlays for rhodep variants
Change-Id: I334c4a801c8ffd463df92297942895cd78101ef1
This commit is contained in:
@@ -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 += \
|
||||
|
||||
9
resource-overlay/device/Frameworks-XT2225-2/Android.bp
Normal file
9
resource-overlay/device/Frameworks-XT2225-2/Android.bp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// SPDX-FileCopyrightText: The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "FrameworksResDeviceXT2225-2",
|
||||
vendor: true,
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
9
resource-overlay/device/Wifi-XT2225-2/Android.bp
Normal file
9
resource-overlay/device/Wifi-XT2225-2/Android.bp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// SPDX-FileCopyrightText: The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "WifiResDeviceXT2225-2",
|
||||
vendor: true,
|
||||
}
|
||||
16
resource-overlay/device/Wifi-XT2225-2/AndroidManifest.xml
Normal file
16
resource-overlay/device/Wifi-XT2225-2/AndroidManifest.xml
Normal 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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user