nitc: fix closing manifest writer when done for #1216
authorAlexis Laferrière <alexis.laf@xymus.net>
Mon, 23 Mar 2015 18:03:12 +0000 (14:03 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Mon, 23 Mar 2015 18:03:42 +0000 (14:03 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/platform/android.nit

index b411225..e2db002 100644 (file)
@@ -227,6 +227,7 @@ $(call import-module,android/native_app_glue)
 </manifest>
 <!-- END_INCLUDE(manifest) -->
 """
 </manifest>
 <!-- END_INCLUDE(manifest) -->
 """
+               manifest_file.close
 
                ### Link to png sources
                # libpng is not available on Android NDK
 
                ### Link to png sources
                # libpng is not available on Android NDK