Skip to content
Commit 69e8f4cf authored by Jay Thomas Sullivan's avatar Jay Thomas Sullivan Committed by Jay Sullivan
Browse files

[Role Logic Move] Update proguard

RoleParser uses reflection to load certain classes (*RoleBehavior).
Because of this, proguard thinks they're unused, and strips them out. In
PermissionController, we have a proguard rule to prevent this, but
when we enable the Role Logic Move feature flag, this code will be
compiled into Permission/service, not PermissionController. So, copy the
proguard rule to the Permission/service module.

Test: manual
Fix: 311235380
Change-Id: I7c7e82085ee2c93e474fcc1d2775573321cab2e8
parent c8d02cd6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment