summaryrefslogtreecommitdiff
path: root/opengl/java/javax
diff options
context:
space:
mode:
author satayev <satayev@google.com> 2019-12-18 08:05:21 -0800
committer android-build-merger <android-build-merger@google.com> 2019-12-18 08:05:21 -0800
commit068a9faf3df085468c301443ed5c5d7e828c58ab (patch)
tree54dd1886d3dcc455a92a3f0d6dca0a50600a8768 /opengl/java/javax
parent54c4b58fa1cde6e7402b3e740742da98b8f74697 (diff)
parent1385dca8f6f8e582d867c817432447286df54e2e (diff)
Merge "Use new UnsupportedAppUsage annotation."
am: 1385dca8f6 Change-Id: I50c9bd452147a28fd2cb76f1d9fe91336b7104c1
Diffstat (limited to 'opengl/java/javax')
-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;