BoringSSL FIPS build - introduce extraLibFlags and use for STL libs.
Rationale: On non-bionic, stl.go currently adds system libraries to ldFlags, this causes problems for partialLd rules. However adding the same libraries to libFlags breaks some existing modules due to symbol conflicts as the system libraries are linked before some module code. Introduced a general mechanism for adding libraries to be linked last rather than making this STL-specific. Bug: 134581881 Bug: 137267623 Test: TH Change-Id: I779f28c6586b3fea85cc6299b686e4fde95262d3
Loading
Please register or sign in to comment