| commit | 826625d95f30b001cef64959e624e5d7076ed507 | [log] [tgz] |
|---|---|---|
| author | Colin Cross <ccross@android.com> | Wed Aug 18 13:55:29 2021 -0700 |
| committer | Colin Cross <ccross@android.com> | Tue Aug 24 16:32:33 2021 -0700 |
| tree | bfb4c65af9635ed2256fe88ce99f042c7de2c077 | |
| parent | 5717c6e5808b6eb129aacec0e9b54060cb7c6b47 [diff] |
Build ninja statically when using musl The aosp-llvm-toolchain build uses LD_LIBRARY_PATH to affect the processes run inside ninja, but that affects ninja too. There's no way to use a different LD_LIBRARY_PATH for ninja and its subprocesses, so just make ninja static instead. Bug: 190084016 Test: aosp-build-tools linux_musl build Change-Id: Ifd6d871ccb973f97eab76cd9ada58df1af175d9f