alibaba / atlas

A powerful Android Dynamic Component Framework.
Apache License 2.0
8.13k stars 1.47k forks source link

修复mtl.fastProguard=false时,只读取consumerProguard中keep规则的逻辑 #271

Closed flyeek closed 6 years ago

flyeek commented 6 years ago

fastProguard=false时,原有逻辑还会去解析consumerProguard中的非keep规则,会导致很多问题。

目前发现的case时,consumerProguard中,包含了-printConfiguration xxx 规则,覆盖了之前设置好的configuration print 路径,导致后续的Proguard处理过程由于找不到 configuration print的路径,发生构建Exception。

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.