fixup! tundra: Debrand manifests & overlays
Change-Id: Ic27ab229a3a6a02436ca20a2c3de3d144794f906
This commit is contained in:
10
device.mk
10
device.mk
@@ -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 += \
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "FrameworksResTundra",
|
||||
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.tundra">
|
||||
package="android.overlay.device">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "LineageSystemUITundra",
|
||||
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.tundra.lineage">
|
||||
package="com.android.systemui.device.lineage">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SettingsResTundra",
|
||||
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.tundra">
|
||||
package="com.android.settings.overlay.device">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SystemUIResTundra",
|
||||
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.tundra">
|
||||
package="com.android.systemui.overlay.device">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "WifiResTundra",
|
||||
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.tundra">
|
||||
package="com.android.wifi.resources.overlay.device">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
|
||||
Reference in New Issue
Block a user