commit | 1149dbb04b5a367c46bcfa5fcc0083dc2767a8eb | [log] [tgz] |
---|---|---|
author | Timothy Yiu <tyiu@google.com> | Tue Mar 19 02:56:06 2024 +0000 |
committer | Timothy Yiu <tyiu@google.com> | Thu Mar 21 23:52:16 2024 +0000 |
tree | fcee0816998c860426cdbdf95b12b4b29a2f2c73 | |
parent | 8ec1eb1edb03235fb39cc905fa286aebca2afec0 [diff] |
Refine system service proguard rules Refine proguard rules for system services to prepare for rolling out full system server R8 optimization. Added proguard rules to keep auto-generated Java aconfig flags to prevent Flag function from being inlined / removed since R8 do not have context on flags that are referenced outside of the module. Bug: 313546597 Change-Id: I184cd7a79acc7fa2d9db66438df1f0b50d951fd9 Test: Local build and boot with full system server optimization