Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4804ff4 authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

Merge "Remove an API that doesn't exist." am: cf432043

am: 3a07376b

Change-Id: Iee1c5190fdc5ad898b22261eb179575fa6c00d68
parents e0b9cb4d 3a07376b
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -44,16 +44,6 @@ extern "C" {
 */
ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);

#if __ANDROID_API__ >= 13
/**
 * Return the ANativeWindow associated with a Java SurfaceTexture object,
 * for interacting with it through native code.  This acquires a reference
 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
 * when done with it so that it doesn't leak.
 */
ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
#endif

#if __ANDROID_API__ >= 26
/**
 * Return a Java Surface object derived from the ANativeWindow, for interacting