summaryrefslogtreecommitdiffstats
path: root/proguard.flags
Commit message (Collapse)AuthorAgeFilesLines
* Jarjar com.google.protobufRemi NGUYEN VAN2020-08-181-0/+7
| | | | | | | | | | | | | | | | This avoids potential conflicts if the library is also added to the bootclasspath. com.google.protobuf is pulled as a dependency when adding protobuffers, like those used for data stall, IP provisioning and validation metrics. Bug: 159587267 Test: m; manual: booted, wifi working (clean cherry-pick from internal branch) Merged-In: I3339e47c1ca1cd8b0186da0dbf880eff245b4c67 Change-Id: I3339e47c1ca1cd8b0186da0dbf880eff245b4c67
* Fix message names in dumpsys network_stackRemi NGUYEN VAN2019-03-271-0/+9
Constants were stripped out by ProGuard, so MessageUtils.findMessageNames would fail to find them. Test: flashed, dumpsys network_stack shows message names Fixes: 124619824 Change-Id: I285ce2ab52cdff48f17b422285a635bd34243498