summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-09-18 09:43:15 +1000
committerLeith Bade <leith@mapbox.com>2015-09-23 11:19:58 +1000
commitdb6a08d8caef8818032a89725340419f258d09ea (patch)
tree21ce76728a8ead90290c898bccfb639b01227ca6 /Makefile
parentd89aa51e0f59b2465dbbe5e56dd7c59ed88b2e86 (diff)
downloadqtlocation-mapboxgl-db6a08d8caef8818032a89725340419f258d09ea.tar.gz
Add Crashlytics NDK to Android
Closes #2107
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a75c9759d..c7099ce03c 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/jniLibs ./android/java/MapboxGLAndroidSDK/src/main/assets
+ -rm -rf ./android/java/MapboxGLAndroidSDK/src/main/libs ./android/java/MapboxGLAndroidSDK/src/main/obj.target ./android/java/MapboxGLAndroidSDK/src/main/assets
-rm -f ./android/test/features.zip
distclean: clean