summaryrefslogtreecommitdiff
path: root/nfc/java/android
diff options
context:
space:
mode:
author Roshan Pius <rpius@google.com> 2023-11-14 14:30:26 -0800
committer Roshan Pius <rpius@google.com> 2023-11-17 14:53:18 -0800
commit0fa80893dadb5a1fd8cbd87cc45eab80679f5879 (patch)
tree9f1c26f71409a79caa25261c1a8412868b383951 /nfc/java/android
parentf580f13013559ddb682e1a9e36171e578412bfcb (diff)
Created empty framework-nfc non-updatable module
Bug: 303286040 Test: Device boots up after flashing Merged-In: Iad08614f0aa3b7bea12a1ad52debd0ee13302a8e Change-Id: Iad08614f0aa3b7bea12a1ad52debd0ee13302a8e
Diffstat (limited to 'nfc/java/android')
-rw-r--r--nfc/java/android/nfc/Placeholder.java27
1 files changed, 27 insertions, 0 deletions
diff --git a/nfc/java/android/nfc/Placeholder.java b/nfc/java/android/nfc/Placeholder.java
new file mode 100644
index 000000000000..3509644ac106
--- /dev/null
+++ b/nfc/java/android/nfc/Placeholder.java
@@ -0,0 +1,27 @@
+/*
+ * 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.
+ */
+
+package android.nfc;
+
+/**
+ * Placeholder class so new framework-nfc module isn't empty, will be removed once module is
+ * populated.
+ *
+ * @hide
+ *
+ */
+public class Placeholder {
+}