Created by: kageiit
When processing jars output from java_binary
rules with tools like jarjar, it is not possible to remove all the entries from the jar (non class files) that buck added duplicate entries for.
This adds an option for consumers to treat duplicate files the same (.class
and non class files) and not re-add them if they are already added