| commit | 19e8d4659c4e717d4c0a256e1884c86b67a2a211 | [log] [tgz] |
|---|---|---|
| author | Steven Moreland <smoreland@google.com> | Fri Mar 08 10:44:22 2019 -0800 |
| committer | Steven Moreland <smoreland@google.com> | Fri Mar 08 10:46:28 2019 -0800 |
| tree | 0608b6c9cf11d4132ed6313121392a967d68f7f8 | |
| parent | 8bf13f06d71f01b79752965526cbdf598c1067fd [diff] |
Use jarjar rules for framework.jar.
Rather than copying the rules, boot libs (e.g. telephony-common
or those added by OEMs) can just add the following to their library:
jarjar_rules: ":framework-jarjar-rules",
This will ensure that rules can be changed in framework.jar without
breaking things downstream.
Bug: 127875362
Test: manual
Change-Id: I3dd64d418eca5302bb4aa142147040c459725e11