You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Building
I'm trying to add an app that depends on a java library (javax.annotation-api) that's in maven and is in my prebuilts/tools/common/m2 directory but doesn't have an module in it's Android.bp. (It has a java_import_host module for the wrong version). I can't figure out how to use that .jar and I feel like I'm missing something simple. Would appreciate some help :)