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

Commit 2f6d1e54 authored by Dan Willemsen's avatar Dan Willemsen Committed by Android Git Automerger
Browse files

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

* commit 'a376c046':
  Remove HOST_OS==windows check
parents 4a53f6ec a376c046
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)