From 0fa80893dadb5a1fd8cbd87cc45eab80679f5879 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Tue, 14 Nov 2023 14:30:26 -0800 Subject: Created empty framework-nfc non-updatable module Bug: 303286040 Test: Device boots up after flashing Merged-In: Iad08614f0aa3b7bea12a1ad52debd0ee13302a8e Change-Id: Iad08614f0aa3b7bea12a1ad52debd0ee13302a8e --- nfc/java/android/nfc/Placeholder.java | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 nfc/java/android/nfc/Placeholder.java (limited to 'nfc/java/android') 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 { +} -- cgit v1.2.3-59-g8ed1b