summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-05-02 16:56:14 -0700
committerDianne Hackborn <hackbod@google.com>2012-05-03 18:30:27 -0700
commit9762658939747166e3c40d817971aa5b17231ee7 (patch)
tree2bccf0cd8875f7babb07457b82c0835abe0c23a5 /proguard.flags
parent7a39280f3a8e33b592a8b113ec0bc62638ad7247 (diff)
downloadandroid_packages_apps_PackageInstaller-9762658939747166e3c40d817971aa5b17231ee7.tar.gz
android_packages_apps_PackageInstaller-9762658939747166e3c40d817971aa5b17231ee7.tar.bz2
android_packages_apps_PackageInstaller-9762658939747166e3c40d817971aa5b17231ee7.zip
New permissions UI.
Change-Id: I5d4691f8a23e90265eaaaea15950affdcb8dc9b6
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags5
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
new file mode 100644
index 00000000..f0a0f473
--- /dev/null
+++ b/proguard.flags
@@ -0,0 +1,5 @@
+# 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.
+
+-dontwarn android.support.v4.**