Files
build_soong/cc
Ryan Prichard b1703659a8 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
2018-03-29 21:26:06 +00:00
..
2018-03-26 18:04:47 -07:00
2018-03-26 18:04:47 -07:00
2018-03-28 15:54:52 -07:00
2017-10-19 22:39:32 +09:00
2018-01-02 18:23:43 -08:00
2018-02-22 16:48:35 -08:00
2017-09-18 23:33:25 -07:00
2017-11-17 11:22:04 -08:00
2018-03-26 18:04:47 -07:00
2018-02-22 16:48:35 -08:00
2016-08-01 14:36:22 -07:00
2018-03-28 16:19:50 -07:00
2018-02-21 22:54:18 +00:00
2018-02-22 16:48:35 -08:00
2018-02-16 22:16:29 +09:00