Files
build_soong/java
Sam Delmerico 82602492fc copy JNI from AAR files to android_app APK
JNI libs present in AAR files are ignored in the build. If those
libraries are necessary, they must be manually extracted and a
prebuilt_cc_library module must be created for them. Instead, we can
extract these libraries and copy them to an output APK as part of the build.

Bug: 228848794
Test: created android_app that depends on an android_library_import with
  JNI embedded, and verified that .so libs are present in APK
Test: created android_app that depends on an android_library which
  depends on android_library_import with JNI embedded, and verified
  that .so libs are present in APK
Test: verified that multiple .so's from a single architecture are copied
  to APK
Test: verified that the absence of a jni/<arch> folder or files in the
  folder will cause the Ninja action to error
Change-Id: I242a862d7bd881f7a4a8c23493924d8fe441ea25
2022-08-02 16:12:06 -04:00
..
2022-06-23 12:23:18 +02:00
2020-11-30 14:16:02 -08:00
2022-03-18 20:48:27 +00:00
2022-04-26 18:49:02 +00:00
2022-02-24 10:15:27 +11:00
2021-06-30 14:29:49 -04:00
2022-07-12 15:19:08 -07:00
2022-05-13 19:47:48 -04:00
2022-05-25 16:27:55 +02:00
2019-10-18 15:14:15 -07:00