Descriptionandroid/gyp/jar_toc.py: avoid specifying conflicting flags.
http://docs.oracle.com/javase/6/docs/technotes/tools/windows/javap.html says:
-protected Shows only protected and public classes and members.
So there's no need to specify both -protected and -public.
Needed because in JDK7 javap is more particular about its flags and rejects this
particular combination.
BUG=https://code.google.com/p/webrtc/issues/detail?id=2034
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211700
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|