Revert "cupid: overlay: Commonize wireless charging overlay"
This reverts commit 29ca39719e928103550f812fdb40b2bdd09d82f9.
This commit is contained in:
parent
17ee052635
commit
955d2598a9
@ -14,6 +14,7 @@ $(call inherit-product, vendor/xiaomi/cupid/cupid-vendor.mk)
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
ApertureResCupid \
|
ApertureResCupid \
|
||||||
FrameworksResCupid \
|
FrameworksResCupid \
|
||||||
|
LineageResCupid \
|
||||||
NfcResCupid \
|
NfcResCupid \
|
||||||
SettingsProviderResCupid \
|
SettingsProviderResCupid \
|
||||||
SettingsResCupid \
|
SettingsResCupid \
|
||||||
|
10
overlay/Lineage/Android.bp
Normal file
10
overlay/Lineage/Android.bp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
//
|
||||||
|
// Copyright (C) 2024 The LineageOS Project
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "LineageResCupid",
|
||||||
|
device_specific: true,
|
||||||
|
}
|
10
overlay/Lineage/AndroidManifest.xml
Normal file
10
overlay/Lineage/AndroidManifest.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<!--
|
||||||
|
Copyright (C) 2024 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="lineageos.platform.overlay.cupid">
|
||||||
|
<overlay android:targetPackage="lineageos.platform"
|
||||||
|
android:isStatic="true"
|
||||||
|
android:priority="700"/>
|
||||||
|
</manifest>
|
9
overlay/Lineage/res/values/config.xml
Normal file
9
overlay/Lineage/res/values/config.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2024 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<!-- Whether the device supports wireless charging or not -->
|
||||||
|
<bool name="config_deviceSupportsWirelessCharging">true</bool>
|
||||||
|
</resources>
|
Loading…
Reference in New Issue
Block a user