From 8a9a55a78e22e0a4d210dc99acfe194c3f4e1a60 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Fri, 7 Aug 2015 17:11:33 +0300 Subject: [PATCH] Bugfix. Car routing on android platform. --- platform/platform_android.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/platform_android.cpp b/platform/platform_android.cpp index 0f7646062b..51a3ec0d58 100644 --- a/platform/platform_android.cpp +++ b/platform/platform_android.cpp @@ -110,6 +110,7 @@ ModelReader * Platform::GetReader(string const & file, string const & searchScop { // Add source for map files and other dynamic stored data. sources[n++] = WRITABLE_PATH; + sources[n++] = FULL_PATH; } } else