Merge: Use linker symbols to encode colors
[nit.git] / src / compiler / android_platform.nit
index 9e47ee5..b7069e3 100644 (file)
@@ -36,6 +36,8 @@ class AndroidPlatform
 
        redef fun supports_libunwind do return false
 
+       redef fun supports_linker_script do return false
+
        redef fun toolchain(toolcontext) do return new AndroidToolchain(toolcontext)
 end