LG8n: Rename Overlays to not cause conflicts with rising

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-07-29 17:02:42 +08:00
parent 758cae0fc4
commit 2dfac4385a
16 changed files with 12 additions and 12 deletions

View file

@ -341,10 +341,10 @@ PRODUCT_COPY_FILES += \
# Overlays
PRODUCT_PACKAGES += \
CarrierConfigOverlay \
FrameworksResOverlay \
SettingsResOverlay \
SystemUIOverlay \
TelephonyOverlay
FrameworksResOverlayLG8n \
SettingsResOverlayLG8n \
SystemUIOverlayLG8n \
TelephonyOverlayLG8n
# Lineage-Specific Overlays
PRODUCT_PACKAGES += \

View file

@ -5,7 +5,7 @@
//
runtime_resource_overlay {
name: "SettingsResOverlay",
name: "FrameworksResOverlayLG8n",
sdk_version: "current",
product_specific: true,
resource_dirs: ["res"]

View file

@ -11,7 +11,7 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.frameworksres.overlay">
package="com.android.frameworksres.lg8n.overlay">
<application android:hasCode="false" />
<overlay android:targetPackage="android" android:isStatic="true" android:priority="1" />

View file

@ -5,7 +5,7 @@
//
runtime_resource_overlay {
name: "FrameworksResOverlay",
name: "SettingsResOverlayLG8n",
sdk_version: "current",
product_specific: true,
resource_dirs: ["res"]

View file

@ -11,7 +11,7 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settingsres.overlay">
package="com.android.settingsres.lg8n.overlay">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings" android:isStatic="true" android:priority="2" />

View file

@ -5,7 +5,7 @@
//
runtime_resource_overlay {
name: "SystemUIOverlay",
name: "SystemUIOverlayLG8n",
sdk_version: "current",
product_specific: true,
resource_dirs: ["res"]

View file

@ -11,7 +11,7 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.systemui.overlay">
package="com.android.systemui.lg8n.overlay">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.systemui" android:isStatic="true" android:priority="1" />

View file

@ -5,7 +5,7 @@
//
runtime_resource_overlay {
name: "TelephonyOverlay",
name: "TelephonyOverlayLG8n",
sdk_version: "current",
product_specific: true,
resource_dirs: ["res"]

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.telephony.overlay">
package="com.android.telephony.lg8n.overlay">
<application android:hasCode="false" />
<overlay