summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2023-11-04 18:59:20 +0000
committerRoshan Pius <rpius@google.com>2023-11-06 19:45:08 +0000
commit9bfb655489bf3be4d811c2083851426e93c5c0ea (patch)
tree4d0d2be793eb46a25cda9b56505aea15b28e47f9
parent26fcda434a37fcf2c6842e660a8faa491468c9e9 (diff)
downloadcoral-9bfb655489bf3be4d811c2083851426e93c5c0ea.tar.gz
Revert "coral(nfc): Modify NFC overlays for NFC apex"
Revert submission 2802548-nfc_apex Reason for revert: Causing bootloop with signed builds Reverted changes: /q/submissionid:2802548-nfc_apex Bug: 309117462 Test: Compiles, device boots up Merged-In: I482f23274fd752d196e76568c12b5d6eb5d5212e Change-Id: I482f23274fd752d196e76568c12b5d6eb5d5212e
-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 88638f65..365b7c0d 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