Command line option for disabling warnings
This commit adds a new command line option to dx: --no-warning. If the caller appends this to the arguments, dx won't print warnings to System.err. This can be useful if the user dexes external jars with old class format, so dx would print lot of warning about those. Bug: https://code.google.com/p/android/issues/detail?id=78285 Signed-off-by:Csaba Kozák <kozakcsabi@gmail.com> (cherry picked from commit ef1de423) Change-Id: I6d09c684b5eb97aa28e0b12e3ef44b46293c7dec
Showing
Please register or sign in to comment