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

Commit d6baae79 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: Id99d55dc3e272b4cfa45a5998cfa390aac31a798
parent c471ed5d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,4 +50,6 @@ typedef const native_handle_t ACameraWindowType;
typedef ANativeWindow ACameraWindowType;
#endif

/** @} */

#endif //_NDK_CAMERA_WINDOW_TYPE_H