summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothCodecConfig.java
diff options
context:
space:
mode:
authorArtur Satayev <satayev@google.com>2019-12-10 17:47:52 +0000
committerArtur Satayev <satayev@google.com>2019-12-18 16:15:02 +0000
commite23a0eb5ee7eb744519d36fae4af97b3698caed7 (patch)
treeaa90c07d9cb1781a9cff99e04f5c01fb81d21484 /core/java/android/bluetooth/BluetoothCodecConfig.java
parent4ffb4846817f5abb99ea2a205b5162a6a8f75b32 (diff)
Use new UnsupportedAppUsage annotation.
Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv Change-Id: I6ab53570aca580fbee1fcc927871caa09780f58f
Diffstat (limited to 'core/java/android/bluetooth/BluetoothCodecConfig.java')
-rw-r--r--core/java/android/bluetooth/BluetoothCodecConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothCodecConfig.java b/core/java/android/bluetooth/BluetoothCodecConfig.java
index 08d0797997b5..93e76fa5ba7d 100644
--- a/core/java/android/bluetooth/BluetoothCodecConfig.java
+++ b/core/java/android/bluetooth/BluetoothCodecConfig.java
@@ -19,7 +19,7 @@ package android.bluetooth;
import android.annotation.IntDef;
import android.annotation.NonNull;
import android.annotation.SystemApi;
-import android.annotation.UnsupportedAppUsage;
+import android.compat.annotation.UnsupportedAppUsage;
import android.os.Parcel;
import android.os.Parcelable;