I use some external jar files in AOSP/framework/opt, and it is ok to mm -B those jar files and android framework. But when I try to use make -j4 to produce images, it warns that library class depends on program class. The program class are something like com.google.common.collect.*. And then it fails to make with the error 'Method must be overridden in [proguard.optimize.peephole.ClassMerger] if ever called'. How to solve this problem?
-- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
