I'm a little confused. I have three projects -- a Core, a Java EE Library, and an Android Library.
I am trying to package the Android Library as an AAR, and it needs to contain the Core. The Core is useless by itself (all abstract classes/interfaces), and needs either the Java EE or the Android library with it to function. I don't want to confuse our users and upload the Core to maven, I just simply want to include the Core.Jar inside the aar. Is the consensus still that I have to manually copy the jar into the aar by hooking into the build task? I can't believe this is that special of a use case, but I will do that hack if need be. Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" 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.
