vermeer: overlay: Nfc: Add targetName and move to vendor

The overlay policy of the NFC package requires the RRO to be in
vendor/system/product partition, but not odm partition, and the name
"NfcCustomization" should be specified.

Test: Open NFC setting and verify that the secure NFC setting ispresent
Change-Id: Ibc9f4f7167986af386d109079538ebcdf7c0b7a2
This commit is contained in:
Luofan Chen
2024-08-16 01:00:18 +00:00
committed by Lunark :3
parent 1abf1669fb
commit 588b64b3d7
2 changed files with 2 additions and 1 deletions

View File

@@ -6,5 +6,5 @@
runtime_resource_overlay { runtime_resource_overlay {
name: "NfcOverlayVermeer", name: "NfcOverlayVermeer",
device_specific: true, vendor: true,
} }

View File

@@ -5,6 +5,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.nfc.overlay.mondrian"> package="com.android.nfc.overlay.mondrian">
<overlay android:targetPackage="com.android.nfc" <overlay android:targetPackage="com.android.nfc"
android:targetName="NfcCustomization"
android:isStatic="true" android:isStatic="true"
android:priority="700"/> android:priority="700"/>
</manifest> </manifest>