Merge "Set ANDROID_HOST_MUSL for musl builds"

This commit is contained in:
Colin Cross 2021-08-23 18:47:40 +00:00 committed by Gerrit Code Review
commit b3c68004af

View file

@ -45,6 +45,7 @@ var (
linuxMuslCflags = []string{
"-D_LIBCPP_HAS_MUSL_LIBC",
"-DANDROID_HOST_MUSL",
"-nostdlibinc",
}