From 98c01e03254cfe39f10bf0396c4da3bb503c8b20 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 25 Aug 2015 14:29:29 -0400 Subject: [PATCH] platform/android: the root group is no more src, thus no need to `..` from it. Signed-off-by: Jean Privat --- src/platform/android.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/android.nit b/src/platform/android.nit index f001cd3..a925c88 100644 --- a/src/platform/android.nit +++ b/src/platform/android.nit @@ -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 -- 1.7.9.5