summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2020-02-10 20:54:47 +0100
committerGitHub <noreply@github.com>2020-02-10 20:54:47 +0100
commit6e5b65ae94faad1e992858605c76b8ec388c8750 (patch)
treee168a8485db7421d00975d3ee766afcc22c05ed6
parent0987cc0585dcdb7e2a30ca1295595c03dd34539f (diff)
downloadnavit-6e5b65ae94faad1e992858605c76b8ec388c8750.tar.gz
Fix:android:build:css is the other way around, so enable the disablev0.5.4-fdroid.2
-rw-r--r--navit/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/android/build.gradle b/navit/android/build.gradle
index e9c4ce884..711f77def 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'
}
}
}