bangkk: Debrand overlays more

Change-Id: Iaa0283309aec34666cc9a217b0b25fd47007fe32
This commit is contained in:
Marc Bourgoin 2025-03-31 23:02:16 -06:00 committed by Michael Bestas
parent 75071f3d05
commit d5b61cc666
No known key found for this signature in database
13 changed files with 18 additions and 18 deletions

View file

@ -23,12 +23,12 @@ $(call inherit-product, device/motorola/sm6375-common/common.mk)
# Overlays
PRODUCT_PACKAGES += \
FrameworksResBangkk \
LineageSystemUIBangkk \
ProductFrameworksResBangkk \
SettingsResBangkk \
SystemUIResBangkk \
WifiResBangkk
FrameworksResDevice \
LineageSystemUIDevice \
ProductFrameworksResDevice \
SettingsResDevice \
SystemUIResDevice \
WifiResDevice
# Audio
PRODUCT_COPY_FILES += \

View file

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

View file

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

View file

@ -4,6 +4,6 @@
//
runtime_resource_overlay {
name: "ProductFrameworksResBangkk",
name: "ProductFrameworksResDevice",
product_specific: 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.product.bangkk">
package="android.overlay.product.device">
<overlay
android:isStatic="true"

View file

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

View file

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

View file

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