forked from openkylin/platform_build
Remove unsupported option from R8 flags
See I71cd2d0e54f24c61043ac0a67df0a22c1e74deb3 Bug: 112338230 Change-Id: Ia4f19555fb86464c19d3e9cd07cba1870b215181
This commit is contained in:
parent
22c434e80f
commit
765d2aed94
|
@ -1,6 +1,3 @@
|
|||
# To prevent name conflict in incremental obfuscation.
|
||||
-useuniqueclassmembernames
|
||||
|
||||
# Some classes in the libraries extend package private classes to chare common functionality
|
||||
# that isn't explicitly part of the API
|
||||
-dontskipnonpubliclibraryclasses -dontskipnonpubliclibraryclassmembers
|
||||
|
|
Loading…
Reference in New Issue