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

Commit 28c549e0 authored by Dan Willemsen's avatar Dan Willemsen Committed by Android Git Automerger
Browse files

am 2f6d1e54: am a376c046: am aaf4fcf4: Merge "Remove HOST_OS==windows check"

* commit '2f6d1e54':
  Remove HOST_OS==windows check
parents c3032b09 2f6d1e54
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)