summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-09 02:02:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-09 02:02:28 +0000
commit521891255632d14f1f5812f7bde0411392e965d8 (patch)
tree4d8cb04897e4bdd7bb274c02479b92952185eaf7
parent39254ae3f0f34c8d2773a67a6c7452156ef333b3 (diff)
parent3ea3148bf788340a7f45518d2db6a55452326a4a (diff)
downloadbluejay-521891255632d14f1f5812f7bde0411392e965d8.tar.gz
Snap for 11073167 from 3ea3148bf788340a7f45518d2db6a55452326a4a to sdk-release
Change-Id: I13dd7e9028283784a60e3265d217aea40f5b5baa
-rw-r--r--bluejay/overlay/packages/apps/Nfc/res/values/config.xml (renamed from bluejay/rro_overlays/NfcOverlay/res/values/config.xml)0
-rw-r--r--bluejay/rro_overlays/NfcOverlay/Android.bp9
-rw-r--r--bluejay/rro_overlays/NfcOverlay/AndroidManifest.xml27
-rw-r--r--bluejay/rro_overlays/NfcOverlay/OWNERS2
-rw-r--r--device-bluejay.mk5
5 files changed, 2 insertions, 41 deletions
diff --git a/bluejay/rro_overlays/NfcOverlay/res/values/config.xml b/bluejay/overlay/packages/apps/Nfc/res/values/config.xml
index 5610991..5610991 100644
--- a/bluejay/rro_overlays/NfcOverlay/res/values/config.xml
+++ b/bluejay/overlay/packages/apps/Nfc/res/values/config.xml
diff --git a/bluejay/rro_overlays/NfcOverlay/Android.bp b/bluejay/rro_overlays/NfcOverlay/Android.bp
deleted file mode 100644
index c38f6c9..0000000
--- a/bluejay/rro_overlays/NfcOverlay/Android.bp
+++ /dev/null
@@ -1,9 +0,0 @@
-package {
- default_applicable_licenses: ["device_google_bluejay_license"],
-}
-
-runtime_resource_overlay {
- name: "NfcOverlayBluejay",
- sdk_version: "current",
- product_specific: true
-}
diff --git a/bluejay/rro_overlays/NfcOverlay/AndroidManifest.xml b/bluejay/rro_overlays/NfcOverlay/AndroidManifest.xml
deleted file mode 100644
index 5241aa4..0000000
--- a/bluejay/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/bluejay/rro_overlays/NfcOverlay/OWNERS b/bluejay/rro_overlays/NfcOverlay/OWNERS
deleted file mode 100644
index 35e9713..0000000
--- a/bluejay/rro_overlays/NfcOverlay/OWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-# Bug component: 48448
-include platform/packages/apps/Nfc:/OWNERS
diff --git a/device-bluejay.mk b/device-bluejay.mk
index ee8e5c1..dd53985 100644
--- a/device-bluejay.mk
+++ b/device-bluejay.mk
@@ -100,10 +100,9 @@ PRODUCT_COPY_FILES += \
device/google/bluejay/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf
PRODUCT_PACKAGES += \
- com.android.nfcservices \
+ NfcNci \
Tag \
- android.hardware.nfc-service.st \
- NfcOverlayBluejay
+ android.hardware.nfc-service.st
# SecureElement
PRODUCT_PACKAGES += \