xpeng: overlay: Add Maintainer name string

Change-Id: I5839441007dca957c31b4e21bd22143a0a34bb98
This commit is contained in:
Deivid21
2025-09-12 00:24:45 -03:00
parent f0c5832d71
commit d54ed1cf6e
4 changed files with 34 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ PRODUCT_PACKAGES += \
LineageApertureAppDevice \
LineagePlatformDevice \
LineageSystemUIDevice \
SettingsResDevice \
SystemUIResDevice \
WifiResDevice

View File

@@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "SettingsResDevice",
vendor: true,
}

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.device">
<overlay
android:isStatic="true"
android:priority="600"
android:targetPackage="com.android.settings" />
</manifest>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The Evolution X Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Custom Maintainer -->
<string name="build_maintainer_summary" translatable="false">Deivid Ignacio Parra (Deivid21)</string>
<string name="build_maintainer_donate_url" translatable="false">https://www.paypal.com/paypalme/Deivid21</string>
</resources>