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

Commit aaf4fcf4 authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

Merge "Remove HOST_OS==windows check"

parents 4ddb6a32 66680c50
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -118,9 +118,7 @@ LOCAL_SANITIZE := $(adb_host_sanitize)
LOCAL_STATIC_LIBRARIES := libcrypto_static libbase

LOCAL_C_INCLUDES_windows := development/host/windows/usb/api/
ifneq ($(HOST_OS),windows)
    LOCAL_MULTILIB := 64
endif
LOCAL_MULTILIB := first

include $(BUILD_HOST_STATIC_LIBRARY)