Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3c68004 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Set ANDROID_HOST_MUSL for musl builds"

parents 8f33dcc9 7e7b028b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ var (

	linuxMuslCflags = []string{
		"-D_LIBCPP_HAS_MUSL_LIBC",
		"-DANDROID_HOST_MUSL",
		"-nostdlibinc",
	}