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

Commit 7b8dad7d 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

am: d4804ff4

Change-Id: I19c7e3a310a9488060e9d399f2b823c74639a689
parents e9f0cf68 d4804ff4
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