commit | b3c68004af6ac2e24c086d1db447d8ff6d050083 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Aug 23 18:47:40 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 23 18:47:40 2021 +0000 |
tree | cafca5d766261b10bea1dfa417e952d5f9d03efd | |
parent | 8f33dcc9e383e86eefaac30a214f9f13af00bc3e [diff] | |
parent | 7e7b028b889a93b2a2728a79d1f38d81ca9cd179 [diff] |
Merge "Set ANDROID_HOST_MUSL for musl builds"
diff --git a/cc/config/x86_linux_host.go b/cc/config/x86_linux_host.go index e7fcfed..25f5c58 100644 --- a/cc/config/x86_linux_host.go +++ b/cc/config/x86_linux_host.go
@@ -45,6 +45,7 @@ linuxMuslCflags = []string{ "-D_LIBCPP_HAS_MUSL_LIBC", + "-DANDROID_HOST_MUSL", "-nostdlibinc", }