platform/android: the root group is no more src, thus no need to `..` from it.
[nit.git] / src / platform / android.nit
index f001cd3..a925c88 100644 (file)
@@ -266,7 +266,7 @@ $(call import-module,android/native_app_glue)
                        if root != null then
                                var filepath = root.filepath
                                if filepath != null then
-                                       project_root = filepath / ".."
+                                       project_root = filepath
                                end
                        end
                end