summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Marin Shalamanov <shalamanov@google.com> 2021-03-18 17:47:30 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-03-18 17:47:30 +0000
commit0a99dbe344bb473d08f5bf88392b1b74a102a0f0 (patch)
treec694191d1fcd3b090f830dce279b704269492a7b
parent8756d24cddbcd88c56580b063d1b6aab832d8926 (diff)
parent574c58d9922a99a0ab78efefabfad1977ef793c4 (diff)
Merge "Fix "end of file while inside a group" error in NDK" into sc-dev
-rw-r--r--include/android/surface_control.h2
-rw-r--r--include/android/surface_texture.h2
-rw-r--r--include/android/surface_texture_jni.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/include/android/surface_control.h b/include/android/surface_control.h
index b836581226..c17f8224c2 100644
--- a/include/android/surface_control.h
+++ b/include/android/surface_control.h
@@ -467,3 +467,5 @@ void ASurfaceTransaction_setFrameRateWithSeamlessness(ASurfaceTransaction* trans
__END_DECLS
#endif // ANDROID_SURFACE_CONTROL_H
+
+/** @} */
diff --git a/include/android/surface_texture.h b/include/android/surface_texture.h
index b227b324f8..4757254cc0 100644
--- a/include/android/surface_texture.h
+++ b/include/android/surface_texture.h
@@ -176,3 +176,5 @@ int64_t ASurfaceTexture_getTimestamp(ASurfaceTexture* st) __INTRODUCED_IN(28);
__END_DECLS
#endif /* ANDROID_NATIVE_SURFACE_TEXTURE_H */
+
+/** @} */
diff --git a/include/android/surface_texture_jni.h b/include/android/surface_texture_jni.h
index e40686d96c..8448d8cafa 100644
--- a/include/android/surface_texture_jni.h
+++ b/include/android/surface_texture_jni.h
@@ -53,3 +53,5 @@ ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surface
__END_DECLS
#endif /* ANDROID_NATIVE_SURFACE_TEXTURE_JNI_H */
+
+/** @} */