summaryrefslogtreecommitdiff
path: root/opengl/java/javax/microedition
diff options
context:
space:
mode:
authorArtur Satayev <satayev@google.com>2019-12-10 17:47:56 +0000
committerArtur Satayev <satayev@google.com>2020-01-14 15:54:55 +0000
commit53ada2ab282c1b6b72365bc1c6b7aaa29e170eca (patch)
treea8f06d1c30503a7f1b35722ce756485fd94ea3b2 /opengl/java/javax/microedition
parent3516f5853a3a53be03e5ab331e9bbef34d16eb84 (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 \ git diff HEAD^ HEAD | grep '^[+-][^+-]' | grep -v '.import' Merged-In: I853372f3c6fef905553bb31be4f1bb48df735f7a Change-Id: I853372f3c6fef905553bb31be4f1bb48df735f7a
Diffstat (limited to 'opengl/java/javax/microedition')
-rw-r--r--opengl/java/javax/microedition/khronos/egl/EGL10.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/opengl/java/javax/microedition/khronos/egl/EGL10.java b/opengl/java/javax/microedition/khronos/egl/EGL10.java
index 8a2517062d4d..ea571c7311a1 100644
--- a/opengl/java/javax/microedition/khronos/egl/EGL10.java
+++ b/opengl/java/javax/microedition/khronos/egl/EGL10.java
@@ -16,8 +16,7 @@
package javax.microedition.khronos.egl;
-import android.annotation.UnsupportedAppUsage;
-import java.lang.String;
+import android.compat.annotation.UnsupportedAppUsage;
public interface EGL10 extends EGL {
int EGL_SUCCESS = 0x3000;