am 0ac29519: Merge "Don\'t build 32-bit host libadb."

* commit '0ac29519ac75a72a4ecacffc819eff9adf5b1b70':
  Don't build 32-bit host libadb.
This commit is contained in:
Elliott Hughes 2015-08-26 02:44:34 +00:00 committed by Android Git Automerger
commit b6ae989acf

View file

@ -118,6 +118,8 @@ LOCAL_STATIC_LIBRARIES := libcrypto_static libbase
ifeq ($(HOST_OS),windows)
LOCAL_C_INCLUDES += development/host/windows/usb/api/
else
LOCAL_MULTILIB := 64
endif
include $(BUILD_HOST_STATIC_LIBRARY)