aboutsummaryrefslogtreecommitdiff
path: root/proguard.flags
AgeCommit message (Collapse)Author
2012-01-27Fix proguard flagsMakoto Onuki
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
2011-11-28Remove LegacyContactImporterMakoto Onuki
Contact data migration from donut is no longer supported. Bug 5664971 Change-Id: I01c56752d93bb0f8e2a0e6ff81285f1971a7c893
2011-06-27Fixes NoSuchMethod errors in VCardTest.Flavio Lerda
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
2010-12-01Fix proguard options.Ying Wang
Change-Id: I0b97bddc8c53f02a22b5c392f91a8b2709cb0ffb
2010-12-01Adding proguard flagsDmitri Plotnikov
Bug: 3244266 Change-Id: I623325cb7224fe189db6abee92fe576c02468e98