platform/android: the root group is no more src, thus no need to `..` from it.
authorJean Privat <jean@pryen.org>
Tue, 25 Aug 2015 18:29:29 +0000 (14:29 -0400)
committerJean Privat <jean@pryen.org>
Wed, 26 Aug 2015 12:05:59 +0000 (08:05 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

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