summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/proguard-rules.pro
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/proguard-rules.pro')
-rw-r--r--platform/android/MapboxGLAndroidSDK/proguard-rules.pro41
1 files changed, 0 insertions, 41 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/proguard-rules.pro b/platform/android/MapboxGLAndroidSDK/proguard-rules.pro
deleted file mode 100644
index f592efa6b0..0000000000
--- a/platform/android/MapboxGLAndroidSDK/proguard-rules.pro
+++ /dev/null
@@ -1,41 +0,0 @@
-# By default, the flags in this file are appended to flags specified
-# in ../sdk/tools/proguard/proguard-android.txt,
-# contents of this file will be appended into proguard-android.txt
--keepattributes Signature, *Annotation*, EnclosingMethod
-
-# Reflection on classes from native code
--keep class com.google.gson.JsonArray { *; }
--keep class com.google.gson.JsonElement { *; }
--keep class com.google.gson.JsonObject { *; }
--keep class com.google.gson.JsonPrimitive { *; }
--dontnote com.google.gson.**
-
-# dontnote for keeps the entry point x but not the descriptor class y
--dontnote com.mapbox.mapboxsdk.maps.MapboxMap$OnFpsChangedListener
--dontnote com.mapbox.mapboxsdk.style.layers.PropertyValue
--dontnote com.mapbox.mapboxsdk.maps.MapboxMap
--dontnote com.mapbox.mapboxsdk.maps.MapboxMapOptions
--dontnote com.mapbox.mapboxsdk.log.LoggerDefinition
--dontnote com.mapbox.android.core.location.LocationEnginePriority
-
-# config for okhttp 3.11.0, https://github.com/square/okhttp/pull/3354
--dontwarn javax.annotation.**
--dontnote okhttp3.internal.**
--dontwarn org.codehaus.**
-
-# config for mapbox-sdk-geojson:3.0.1
--keep class com.mapbox.geojson.** { *; }
--dontwarn com.google.auto.value.**
-
-# config for additional notes
--dontnote org.robolectric.Robolectric
--dontnote libcore.io.Memory
--dontnote com.google.protobuf.**
--dontnote android.net.**
--dontnote org.apache.http.**
-
-# config for mapbox-sdk-services
-# while we don't include this dependency directly
-# a large amount of users combine it with our SDK
-# we aren't able to provide a proguard config in that project (jar vs aar)
--dontwarn com.sun.xml.internal.ws.spi.db.* \ No newline at end of file