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
diff --git a/include/android/surface_texture_jni.h b/include/android/surface_texture_jni.h
index e40686d..8448d8c 100644
--- a/include/android/surface_texture_jni.h
+++ b/include/android/surface_texture_jni.h
@@ -53,3 +53,5 @@
__END_DECLS
#endif /* ANDROID_NATIVE_SURFACE_TEXTURE_JNI_H */
+
+/** @} */