Skip to content
Snippets Groups Projects
Forked from Dhina17 / platform_frameworks_base
Source project has a limited visibility.
  • Timothy Yiu's avatar
    1149dbb0
    Refine system service proguard rules · 1149dbb0
    Timothy Yiu authored
    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
    1149dbb0
    History
    Refine system service proguard rules
    Timothy Yiu authored
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.