commit | 833072a525ea45426082d3bac0cd6ae1a8c36f22 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Fri Jan 27 11:29:38 2012 -0800 |
committer | Makoto Onuki <omakoto@google.com> | Fri Jan 27 11:29:38 2012 -0800 |
tree | c03e7515e9a8be1952e1553d2e653750a78e5dd0 | |
parent | 7e086471c6317d059af21d292bee964b24613346 [diff] |
Fix proguard flags 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