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:
Dan Willemsen 2015-09-03 20:29:56 -07:00
parent 30c13c4954
commit 66680c506a
1 changed files with 1 additions and 3 deletions

View File

@ -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)