commit | 0ac29519ac75a72a4ecacffc819eff9adf5b1b70 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 26 02:38:51 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 26 02:38:51 2015 +0000 |
tree | c3091bc730ce96ae26ef40c0d7f577133b075918 | |
parent | e2cda95341d5468eb9ee5d3552f7de5c572dd132 [diff] | |
parent | daa6c463a98d1dde0b7713cbdd96e7bd3d3658c4 [diff] |
Merge "Don't build 32-bit host libadb."
diff --git a/adb/Android.mk b/adb/Android.mk index e271a63..df0c7a1 100644 --- a/adb/Android.mk +++ b/adb/Android.mk
@@ -118,6 +118,8 @@ ifeq ($(HOST_OS),windows) LOCAL_C_INCLUDES += development/host/windows/usb/api/ +else + LOCAL_MULTILIB := 64 endif include $(BUILD_HOST_STATIC_LIBRARY)