app.nit: id the platform at runtime
[nit.git] / lib / android / platform.nit
index 9b8b189..f305144 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-module platform is platform("android")
+# Triggers compilation for the android platform
+module platform is platform "android"
 
 import java
 import app
+import aware
+
+redef fun bound_platform do return "Android"