Remove reflection + make it easy to set extractor flags
The idea of using reflection was so that a developer could delete a package they didn't want and have everything else still compile. However, a developer doing this is likely building from source, in which case editing the factories too is pretty trivial. Removing the reflection makes specifying extractor flags via the default factory easy, and removes the need for special proguard config. Issue: #2657 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152810423
Showing
with
158 additions
and
212 deletions
library/core/proguard-rules.txt
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment