Hello, I am working on AAOS custom image and looking for a solution on how to *bundle native libraries into an Android library (AAR)*. The libraries are the result of the soong build system and need to be included in the Android AAR file (android_library). When building an Android library with Android Studio, it is straightforward to accomplish this by adding all shared native libraries under jniLibs.
For Android.bp, I have come across android_library_import, java_genrule, soong_zip, make_slim_aar, and so on. But, none of them is working. Are there any examples or solutions? Any comments would be appreciated. Best Regards, -- -- 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/c0663891-e95a-4515-93e9-e0d31bb462a6n%40googlegroups.com.
