X-Git-Url: http://nitlanguage.org diff --git a/lib/android/android.nit b/lib/android/android.nit index 144747e..add5bd7 100644 --- a/lib/android/android.nit +++ b/lib/android/android.nit @@ -1,5 +1,7 @@ # This file is part of NIT ( http://www.nitlanguage.org ). # +# Copyright 2014 Alexis Laferrière +# # 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