diff options
| author | 2018-03-26 16:30:31 -0700 | |
|---|---|---|
| committer | 2018-03-29 21:26:06 +0000 | |
| commit | b1703659a8edc7825582b44754f30b87df7e8f68 (patch) | |
| tree | 9061993f52a6f68f65b02323719225c3e4eeac1d /java/java_test.go | |
| parent | 2d4929464bb33cb4cba8457b832259b0b4e2f87c (diff) | |
Use Soong modules for the NDK's extra STL libraries
* The extra STL libs are:
libc++abi.a [needed for ndk_libc++_static]
libandroid_support.a [always needed in NDK r16]
libunwind.a [needed for ARM32]
* The existing STL-dependency logic in linkShared only applies to shared
libraries. By moving it to STL deps, the extra STL libs are linked into
both shared libraries and executables.
* Remove the ndk_prebuilt_library/ndkPrebuiltLibraryFactory module type,
which is unused now.
* Reuse the ndk_prebuilt_static_stl module type to describe the extra
static libraries that are linked with both the static and shared libc++
STLs.
Bug: b/73133405
Test: manual
Change-Id: I3f73e4f882d39e6efa470073bb4fc8c42dff8253
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions