app.nit: exit and print an error if not bound to a platform
[nit.git] / lib / android / platform.nit
index f305144..3a2e105 100644 (file)
@@ -19,6 +19,9 @@ module platform is platform "android"
 
 import java
 import app
+intrude import app::app_base # For test_bound_platform
 import aware
 
 redef fun bound_platform do return "Android"
+
+redef fun test_bound_platform do end