summaryrefslogtreecommitdiff
path: root/opengl/java/javax/microedition/khronos/egl
diff options
context:
space:
mode:
authorArtur Satayev <satayev@google.com>2019-12-10 17:47:56 +0000
committersatayev <satayev@google.com>2019-12-18 12:07:36 +0000
commita5264903e22bc741add895133474ea13a370de4c (patch)
tree57cb68ee0b22841d707ee871a5402647906d601a /opengl/java/javax/microedition/khronos/egl
parent65943dbc41b2887b7abaca3d6baab52ac767cd64 (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' Change-Id: I087bb1cecbe59f1cf0c2e770c735d7a433722c6f
Diffstat (limited to 'opengl/java/javax/microedition/khronos/egl')
-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;