src: each platform has a name, except for the default
[nit.git] / src / platform / android.nit
index 78ba820..98a017e 100644 (file)
@@ -34,6 +34,8 @@ end
 class AndroidPlatform
        super Platform
 
+       redef fun name do return "android"
+
        redef fun supports_libgc do return true
 
        redef fun supports_libunwind do return false