summaryrefslogtreecommitdiffstats
path: root/proguard.flags
Commit message (Collapse)AuthorAgeFilesLines
* ContactsProvider: Fix build without jackartefvck2016-08-161-1/+2
| | | | Change-Id: I10a61dd5480e579ac389636348c9f357e439f555
* Fix proguard flagsMakoto Onuki2012-01-271-5/+2
| | | | | | | | | | | | Removed the *ForTest exception. It caused issues with guava. Now that we have NeededForTesting, we don't really need it. (But didn't change method names from XxxForTest to Xxx, because I still think using this prefix for test-only methods is a good idea, as it'll make it easier to catch the use of methods in the main apk that are not supposed to be used.) Change-Id: Idccfd7175372b1a2253b19161ae572dae7e1e952
* Remove LegacyContactImporterMakoto Onuki2011-11-281-0/+6
| | | | | | | | Contact data migration from donut is no longer supported. Bug 5664971 Change-Id: I01c56752d93bb0f8e2a0e6ff81285f1971a7c893
* Fixes NoSuchMethod errors in VCardTest.Flavio Lerda2011-06-271-0/+5
| | | | | | | | | | | | The continuous build runs tests with ProGuard enabled. This cases problem when using methods that are not used in the main code, since ProGuard strips them from the compiled APK. This change adds a couple of methods that are needed by one of the tests. Bug: 4901557 Change-Id: I2907e3b119d2a8420bb8974a7c410f4d42dd1d67
* Fix proguard options.Ying Wang2010-12-011-1/+1
| | | | Change-Id: I0b97bddc8c53f02a22b5c392f91a8b2709cb0ffb
* Adding proguard flagsDmitri Plotnikov2010-12-011-0/+8
Bug: 3244266 Change-Id: I623325cb7224fe189db6abee92fe576c02468e98