fixup! berlna: Debrand manifests & overlays

Change-Id: I800b9c9b91af9d2716dc4448bb744329b1d75bd7
This commit is contained in:
Nolen Johnson
2025-04-01 14:50:33 -04:00
parent 039992f670
commit c6179b412c
13 changed files with 18 additions and 18 deletions

View File

@@ -22,12 +22,12 @@ $(call inherit-product, device/motorola/sm7325-common/common.mk)
# Overlays
PRODUCT_PACKAGES += \
FrameworksResBerlna \
LineagePlatformBerlna \
LineageSystemUIBerlna \
SettingsResBerlna \
SystemUIResBerlna \
WifiResBerlna
FrameworksResDevice \
LineagePlatformDevice \
LineageSystemUIDevice \
SettingsResDevice \
SystemUIResDevice \
WifiResDevice
# Audio
PRODUCT_COPY_FILES += \

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "FrameworksResBerlna",
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.berlna">
package="android.overlay.device">
<overlay
android:isStatic="true"

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "LineagePlatformBerlna",
name: "LineagePlatformDevice",
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="lineageos.platform.berlna.lineage">
package="lineageos.platform.device.lineage">
<overlay
android:isStatic="true"

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "LineageSystemUIBerlna",
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.berlna.lineage">
package="com.android.systemui.device.lineage">
<overlay
android:isStatic="true"

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "SettingsResBerlna",
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.berlna">
package="com.android.settings.overlay.device">
<overlay
android:isStatic="true"

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "SystemUIResBerlna",
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.berlna">
package="com.android.systemui.overlay.device">
<overlay
android:isStatic="true"

View File

@@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "WifiResBerlna",
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.berlna">
package="com.android.wifi.resources.overlay.device">
<overlay
android:isStatic="true"