nitc/android: set the icon for the APK as expected by the Play Store
[nit.git] / src / compiler / android_platform.nit
index 5d6d312..b4e3cdf 100644 (file)
@@ -174,7 +174,8 @@ $(call import-module,android/native_app_glue)
     <application
                android:label="@string/app_name"
                android:hasCode="true"
-               android:debuggable="{{{not release}}}">
+               android:debuggable="{{{not release}}}"
+               {{{icon_declaration}}}>
 
         <!-- Our activity is the built-in NativeActivity framework class.
              This will take care of integrating with our NDK code. -->