summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-09-24 09:18:38 +1000
committerLeith Bade <leith@mapbox.com>2015-09-24 10:38:03 +1000
commit18bc490f40e997bc2a1cbaa2cf82a9ffd2fa2405 (patch)
tree81c5dcdd9797eed0674ab3d18cd90d682b2eee78 /Makefile
parent15cffcd3a2137ce97a093e114aa4d3e71fd9990b (diff)
downloadqtlocation-mapboxgl-18bc490f40e997bc2a1cbaa2cf82a9ffd2fa2405.tar.gz
Fix build with Crashlytics NDK on 64bit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7099ce03c..9f727abc2a 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ clean: clear_sqlite_cache clear_xcode_cache
-rm -rf ./test/build
-rm -rf ./config/*.gypi
-rm -rf ./android/java/build ./android/java/MapboxGLAndroidSDK/build ./android/java/MapboxGLAndroidSDKTestApp/build
- -rm -rf ./android/java/MapboxGLAndroidSDK/src/main/libs ./android/java/MapboxGLAndroidSDK/src/main/obj.target ./android/java/MapboxGLAndroidSDK/src/main/assets
+ -rm -rf ./android/java/MapboxGLAndroidSDK/src/main/jniLibs ./android/java/MapboxGLAndroidSDK/src/main/obj.target ./android/java/MapboxGLAndroidSDK/src/main/assets
-rm -f ./android/test/features.zip
distclean: clean