X-Git-Url: http://nitlanguage.org diff --git a/lib/android/android.nit b/lib/android/android.nit index add5bd7..58e296a 100644 --- a/lib/android/android.nit +++ b/lib/android/android.nit @@ -14,13 +14,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Targets the Android platform +# Android services and implementation of app.nit # -# To use this module and compile for Android, you must install the -# Android SDK (with API level 10) and NDK (with the API level 9). -# The tools `android`, `ndk-build` and `ant` must be in your PATH. -# -# Will, in the near future, provide services specific to Android. +# This module provides basic logging facilities, advanced logging can be +# achieved by importing `android::log`. module android import platform +import dalvik +private import log