Remove HOST_OS==windows check
With the HOST_CROSS_OS build system change, LOCAL_MULTILIB := first now behaves the same way. Change-Id: I03294403e5a106a53d4a0d48b176434221284901
This commit is contained in:
parent
30c13c4954
commit
66680c506a
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue