From 6e5b65ae94faad1e992858605c76b8ec388c8750 Mon Sep 17 00:00:00 2001 From: jkoan Date: Mon, 10 Feb 2020 20:54:47 +0100 Subject: [PATCH] Fix:android:build:css is the other way around, so enable the disable --- navit/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navit/android/build.gradle b/navit/android/build.gradle index e9c4ce884d..711f77def4 100644 --- a/navit/android/build.gradle +++ b/navit/android/build.gradle @@ -17,7 +17,7 @@ android { } externalNativeBuild { cmake { - arguments '-DDISABLE_CXX=n', '-DUSE_PLUGINS=n', '-DBUILD_MAPTOOL=n', '-DXSL_PROCESSING=n', '-DSAMPLE_MAP=n' + arguments '-DDISABLE_CXX=y', '-DUSE_PLUGINS=n', '-DBUILD_MAPTOOL=n', '-DXSL_PROCESSING=n', '-DSAMPLE_MAP=n' } } }