summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2023-11-08 21:16:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-11-08 21:16:19 +0000
commit3bb396285dca8e35382300f3f773ece5dd81f082 (patch)
treeb09c39453c47ef2a3cf4c6d62c7f82dd265bd32c
parent7bd75e7d4c5e594285e62b6129b120b0b2a93add (diff)
parent743272dd7e10bddf70b236a95bce8d123ad040a0 (diff)
downloadsunfish-3bb396285dca8e35382300f3f773ece5dd81f082.tar.gz
Merge changes from topic "nfc_apex_revert" into main
* changes: Revert "sunfish: Replace NFC app with NFC apex" Revert "sunfish(nfc): Modify NFC overlays for NFC apex"
-rw-r--r--device.mk5
-rw-r--r--overlay/packages/apps/Nfc/res/values/config.xml (renamed from rro_overlays/NfcOverlay/res/values/config.xml)0
-rw-r--r--rro_overlays/NfcOverlay/Android.bp9
-rw-r--r--rro_overlays/NfcOverlay/AndroidManifest.xml27
-rw-r--r--rro_overlays/NfcOverlay/OWNERS2
5 files changed, 2 insertions, 41 deletions
diff --git a/device.mk b/device.mk
index 30e0eddf..64d93e82 100644
--- a/device.mk
+++ b/device.mk
@@ -443,12 +443,11 @@ PRODUCT_PACKAGES += \
# NFC and Secure Element packages
PRODUCT_PACKAGES += \
- com.android.nfcservices \
+ NfcNci \
Tag \
SecureElement \
android.hardware.nfc-service.st \
- android.hardware.secure_element@1.0-service.st \
- NfcOverlaySunfish
+ android.hardware.secure_element@1.0-service.st
PRODUCT_COPY_FILES += \
device/google/sunfish/nfc/libnfc-hal-st.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-hal-st.conf \
diff --git a/rro_overlays/NfcOverlay/res/values/config.xml b/overlay/packages/apps/Nfc/res/values/config.xml
index 1416e811..1416e811 100644
--- a/rro_overlays/NfcOverlay/res/values/config.xml
+++ b/overlay/packages/apps/Nfc/res/values/config.xml
diff --git a/rro_overlays/NfcOverlay/Android.bp b/rro_overlays/NfcOverlay/Android.bp
deleted file mode 100644
index 4ba8041e..00000000
--- a/rro_overlays/NfcOverlay/Android.bp
+++ /dev/null
@@ -1,9 +0,0 @@
-package {
- default_applicable_licenses: ["device_google_sunfish_license"],
-}
-
-runtime_resource_overlay {
- name: "NfcOverlaySunfish",
- sdk_version: "current",
- product_specific: true
-}
diff --git a/rro_overlays/NfcOverlay/AndroidManifest.xml b/rro_overlays/NfcOverlay/AndroidManifest.xml
deleted file mode 100644
index 5241aa4a..00000000
--- a/rro_overlays/NfcOverlay/AndroidManifest.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2023 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!-- Pixel specific nfc overlays -->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.nfc.overlay"
- android:versionCode="1"
- android:versionName="1.0">
- <application android:hasCode="false" />
- <overlay
- android:targetPackage="com.android.nfc"
- android:targetName="NfcCustomization"
- android:isStatic="true"
- android:priority="0"/>
-</manifest>
diff --git a/rro_overlays/NfcOverlay/OWNERS b/rro_overlays/NfcOverlay/OWNERS
deleted file mode 100644
index 35e9713f..00000000
--- a/rro_overlays/NfcOverlay/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-# Bug component: 48448
-include platform/packages/apps/Nfc:/OWNERS