lib/android: move platform declaration to a submodule
[nit.git] / lib / android / android.nit
index 144747e..add5bd7 100644 (file)
@@ -1,5 +1,7 @@
 # This file is part of NIT ( http://www.nitlanguage.org ).
 #
+# Copyright 2014 Alexis Laferrière <alexis.laf@xymus.net>
+#
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
@@ -19,7 +21,6 @@
 # The tools `android`, `ndk-build` and `ant` must be in your PATH.
 #
 # Will, in the near future, provide services specific to Android.
-module android is platform
+module android
 
-import java
-import app
+import platform