fixup! berlna: Debrand manifests & overlays
Change-Id: I800b9c9b91af9d2716dc4448bb744329b1d75bd7
This commit is contained in:
12
device.mk
12
device.mk
@@ -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 += \
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "FrameworksResBerlna",
|
||||
name: "FrameworksResDevice",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "LineagePlatformBerlna",
|
||||
name: "LineagePlatformDevice",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "LineageSystemUIBerlna",
|
||||
name: "LineageSystemUIDevice",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsResBerlna",
|
||||
name: "SettingsResDevice",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SystemUIResBerlna",
|
||||
name: "SystemUIResDevice",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "WifiResBerlna",
|
||||
name: "WifiResDevice",
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user