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

Commit 0a99dbe3 authored by Marin Shalamanov's avatar Marin Shalamanov Committed by Android (Google) Code Review
Browse files

Merge "Fix "end of file while inside a group" error in NDK" into sc-dev

parents 8756d24c 574c58d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -467,3 +467,5 @@ void ASurfaceTransaction_setFrameRateWithSeamlessness(ASurfaceTransaction* trans
__END_DECLS

#endif // ANDROID_SURFACE_CONTROL_H

/** @} */
+2 −0
Original line number Diff line number Diff line
@@ -176,3 +176,5 @@ int64_t ASurfaceTexture_getTimestamp(ASurfaceTexture* st) __INTRODUCED_IN(28);
__END_DECLS

#endif /* ANDROID_NATIVE_SURFACE_TEXTURE_H */

/** @} */
+2 −0
Original line number Diff line number Diff line
@@ -53,3 +53,5 @@ ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surface
__END_DECLS

#endif /* ANDROID_NATIVE_SURFACE_TEXTURE_JNI_H */

/** @} */