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

Commit 66680c50 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Remove HOST_OS==windows check

With the HOST_CROSS_OS build system change, LOCAL_MULTILIB := first now
behaves the same way.

Change-Id: I03294403e5a106a53d4a0d48b176434221284901
parent 30c13c49
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)