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

Commit 2c0c1e56 authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "Build 64-bit host tools in Linux/Mac SDK build."

parents e4fed421 5c28bda9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -131,10 +131,6 @@ $(warning bad TARGET_BUILD_VARIANT: $(TARGET_BUILD_VARIANT))
$(error must be empty or one of: eng user userdebug)
endif

# Build host as 32-bit for SDK build.
ifneq ($(filter $(MAKECMDGOALS),win_sdk sdk),)
HOST_PREFER_32_BIT := true
endif
ifdef USE_MINGW
# We only build sdk host tools in the MinGW windows build.
# Build it as 32-bit as well.