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
commit6ed619fb2c1395a66f70098f4d28d520cd7d5451 (patch)
treea1bf8635326097e026ac2f74d78dec6c227fa839
parent4abdeaac863b5d9d66d3feb129bbe83cff334a68 (diff)
parent9bfb655489bf3be4d811c2083851426e93c5c0ea (diff)
downloadcoral-6ed619fb2c1395a66f70098f4d28d520cd7d5451.tar.gz
Merge "Revert "coral(nfc): Modify NFC overlays for NFC apex"" into main
-rw-r--r--device.mk3
-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, 1 insertions, 40 deletions
diff --git a/device.mk b/device.mk
index 72ee4212..0e40ffcc 100644
--- a/device.mk
+++ b/device.mk
@@ -450,8 +450,7 @@ PRODUCT_PACKAGES += \
Tag \
SecureElement \
android.hardware.nfc-service.st \
- android.hardware.secure_element@1.0-service.st \
- NfcOverlayCoral
+ android.hardware.secure_element@1.0-service.st
PRODUCT_COPY_FILES += \
device/google/coral/nfc/com.google.hardware.pixel.japan.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_G020N/com.google.hardware.pixel.japan.xml \
diff --git a/rro_overlays/NfcOverlay/res/values/config.xml b/overlay/packages/apps/Nfc/res/values/config.xml
index 959bbed0..959bbed0 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 7e56cd7b..00000000
--- a/rro_overlays/NfcOverlay/Android.bp
+++ /dev/null
@@ -1,9 +0,0 @@
-package {
- default_applicable_licenses: ["device_google_coral_license"],
-}
-
-runtime_resource_overlay {
- name: "NfcOverlayCoral",
- 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