bangkk: Debrand overlays more
Change-Id: Iaa0283309aec34666cc9a217b0b25fd47007fe32
This commit is contained in:
parent
75071f3d05
commit
d5b61cc666
13 changed files with 18 additions and 18 deletions
12
device.mk
12
device.mk
|
@ -23,12 +23,12 @@ $(call inherit-product, device/motorola/sm6375-common/common.mk)
|
||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
FrameworksResBangkk \
|
FrameworksResDevice \
|
||||||
LineageSystemUIBangkk \
|
LineageSystemUIDevice \
|
||||||
ProductFrameworksResBangkk \
|
ProductFrameworksResDevice \
|
||||||
SettingsResBangkk \
|
SettingsResDevice \
|
||||||
SystemUIResBangkk \
|
SystemUIResDevice \
|
||||||
WifiResBangkk
|
WifiResDevice
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "FrameworksResBangkk",
|
name: "FrameworksResDevice",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="android.overlay.bangkk">
|
package="android.overlay.device">
|
||||||
|
|
||||||
<overlay
|
<overlay
|
||||||
android:isStatic="true"
|
android:isStatic="true"
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "LineageSystemUIBangkk",
|
name: "LineageSystemUIDevice",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.systemui.bangkk.lineage">
|
package="com.android.systemui.device.lineage">
|
||||||
|
|
||||||
<overlay
|
<overlay
|
||||||
android:isStatic="true"
|
android:isStatic="true"
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "ProductFrameworksResBangkk",
|
name: "ProductFrameworksResDevice",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="android.overlay.product.bangkk">
|
package="android.overlay.product.device">
|
||||||
|
|
||||||
<overlay
|
<overlay
|
||||||
android:isStatic="true"
|
android:isStatic="true"
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "SettingsResBangkk",
|
name: "SettingsResDevice",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.settings.overlay.bangkk">
|
package="com.android.settings.overlay.device">
|
||||||
|
|
||||||
<overlay
|
<overlay
|
||||||
android:isStatic="true"
|
android:isStatic="true"
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "SystemUIResBangkk",
|
name: "SystemUIResDevice",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.systemui.overlay.bangkk">
|
package="com.android.systemui.overlay.device">
|
||||||
|
|
||||||
<overlay
|
<overlay
|
||||||
android:isStatic="true"
|
android:isStatic="true"
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
runtime_resource_overlay {
|
runtime_resource_overlay {
|
||||||
name: "WifiResBangkk",
|
name: "WifiResDevice",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
SPDX-License-Identifier: Apache-2.0
|
SPDX-License-Identifier: Apache-2.0
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<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
|
<overlay
|
||||||
android:isStatic="true"
|
android:isStatic="true"
|
||||||
|
|
Loading…
Reference in a new issue