Merge "Remove HOST_OS==windows check"

This commit is contained in:
Dan Willemsen 2015-09-09 18:13:22 +00:00 committed by Gerrit Code Review
commit aaf4fcf482

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)