summaryrefslogtreecommitdiffstats
path: root/core/proguard.flags
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-09-23 13:46:58 -0700
committerYing Wang <wangying@google.com>2012-09-23 13:46:58 -0700
commitf8f2b022e9e6ea218d60eb692ede3e6e48c944af (patch)
treee842ce919d0a66171876083122259758ea555ebc /core/proguard.flags
parent32130c6d092223ba91ab4425fe2c40e9e6fde584 (diff)
downloadbuild-f8f2b022e9e6ea218d60eb692ede3e6e48c944af.zip
build-f8f2b022e9e6ea218d60eb692ede3e6e48c944af.tar.gz
build-f8f2b022e9e6ea218d60eb692ede3e6e48c944af.tar.bz2
Ignore support library Proguard warning
The support library contains references to newer platform versions. Don't warn about those in case this app is linking against an older platform version. We know about them, and they are safe. Change-Id: Ia2a90398b1db1858d005ec09ded56751cc6ffb00
Diffstat (limited to 'core/proguard.flags')
-rw-r--r--core/proguard.flags6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/proguard.flags b/core/proguard.flags
index 447e7c5..782d61a 100644
--- a/core/proguard.flags
+++ b/core/proguard.flags
@@ -70,4 +70,8 @@
# public static final android.os.Parcelable$Creator *;
#}
-
+# The support library contains references to newer platform versions.
+# Don't warn about those in case this app is linking against an older
+# platform version. We know about them, and they are safe.
+# See proguard-android.txt in the SDK package.
+-dontwarn android.support.**