I added a prebuilt jar(converted from proprietary source, previously it is loadded using dex_import) using java_import. Now some application imported with android_app_import depends on it and I have dexpreopt turned on for them. I'm already added uses_libs for them. But when I building, I encountered `module "|app_name|" variant "android_common": invalid build path for <uses-library> " |prebuilt_jar_name| "` Does dexpreopt not support java_import yet or my configuration is problematic?
-- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/423e2bd4-4b34-4ed7-b6d7-f071c38ec20dn%40googlegroups.com.
