Don't build 32-bit host libadb.

Change-Id: Ib6ad3db2dc160273d20fa14e0820f29ed649d75a
This commit is contained in:
Elliott Hughes 2015-08-25 19:38:14 -07:00
parent 04b94b2571
commit daa6c463a9
1 changed files with 2 additions and 0 deletions

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)