commit | 574c58d9922a99a0ab78efefabfad1977ef793c4 | [log] [tgz] |
---|---|---|
author | Marin Shalamanov <shalamanov@google.com> | Thu Mar 18 15:10:02 2021 +0100 |
committer | Marin Shalamanov <shalamanov@google.com> | Thu Mar 18 15:11:57 2021 +0100 |
tree | f5d7e2fda521e7b17ba113e50e9344c573bf70bb | |
parent | 2cdc76b85c680226245aef589865637f49da02a1 [diff] |
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_control.h b/include/android/surface_control.h index b836581..c17f822 100644 --- a/include/android/surface_control.h +++ b/include/android/surface_control.h
@@ -467,3 +467,5 @@ __END_DECLS #endif // ANDROID_SURFACE_CONTROL_H + +/** @} */
diff --git a/include/android/surface_texture.h b/include/android/surface_texture.h index b227b32..4757254 100644 --- a/include/android/surface_texture.h +++ b/include/android/surface_texture.h
@@ -176,3 +176,5 @@ __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 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 */ + +/** @} */