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

Commit 574c58d9 authored by Marin Shalamanov's avatar Marin Shalamanov
Browse files

Fix "end of file while inside a group" error in NDK

Add the missing end of group markers to the files
which generate the "end of file while inside a group"
warning.

Bug: 183024041
Test: development/tools/ndk/build_ndk_docs.py 2>&1 \
         | grep "end of file while inside a group"
Change-Id: Ib41840bbc72651ad90aaac878d36c233b5284cf3
parent 2cdc76b8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -467,3 +467,5 @@ void ASurfaceTransaction_setFrameRateWithSeamlessness(ASurfaceTransaction* trans
__END_DECLS
__END_DECLS


#endif // ANDROID_SURFACE_CONTROL_H
#endif // ANDROID_SURFACE_CONTROL_H

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


#endif /* ANDROID_NATIVE_SURFACE_TEXTURE_H */
#endif /* ANDROID_NATIVE_SURFACE_TEXTURE_H */

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


#endif /* ANDROID_NATIVE_SURFACE_TEXTURE_JNI_H */
#endif /* ANDROID_NATIVE_SURFACE_TEXTURE_JNI_H */

/** @} */