fixup! tundra: Debrand manifests & overlays

Change-Id: Ic27ab229a3a6a02436ca20a2c3de3d144794f906
This commit is contained in:
Nolen Johnson
2025-04-01 14:51:54 -04:00
parent 4a8699b65d
commit ae4868fe61
11 changed files with 15 additions and 15 deletions

View File

@@ -28,11 +28,11 @@ $(call inherit-product, device/motorola/sm7325-common/common.mk)
# Overlay
PRODUCT_PACKAGES += \
FrameworksResTundra \
LineageSystemUITundra \
SettingsResTundra \
SystemUIResTundra \
WifiResTundra
FrameworksResDevice \
LineageSystemUIDevice \
SettingsResDevice \
SystemUIResDevice \
WifiResDevice
# Audio
PRODUCT_COPY_FILES += \

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "FrameworksResTundra",
name: "FrameworksResDevice",
vendor: true,
}

View File

@@ -4,7 +4,7 @@
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.overlay.tundra">
package="android.overlay.device">
<overlay
android:isStatic="true"

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "LineageSystemUITundra",
name: "LineageSystemUIDevice",
vendor: true,
}

View File

@@ -4,7 +4,7 @@
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.systemui.tundra.lineage">
package="com.android.systemui.device.lineage">
<overlay
android:isStatic="true"

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "SettingsResTundra",
name: "SettingsResDevice",
vendor: true,
}

View File

@@ -4,7 +4,7 @@
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.tundra">
package="com.android.settings.overlay.device">
<overlay
android:isStatic="true"

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "SystemUIResTundra",
name: "SystemUIResDevice",
vendor: true,
}

View File

@@ -4,7 +4,7 @@
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.systemui.overlay.tundra">
package="com.android.systemui.overlay.device">
<overlay
android:isStatic="true"

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "WifiResTundra",
name: "WifiResDevice",
vendor: true,
}

View File

@@ -4,7 +4,7 @@
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.overlay.tundra">
package="com.android.wifi.resources.overlay.device">
<overlay
android:isStatic="true"