commit | daa6c463a98d1dde0b7713cbdd96e7bd3d3658c4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 25 19:38:14 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Aug 25 19:38:14 2015 -0700 |
tree | 11ae2d024e69562ee18328325f4725a8bfe84d49 | |
parent | 04b94b2571a0f90b55140f2d2748f2876fdfa408 [diff] |
Don't build 32-bit host libadb. Change-Id: Ib6ad3db2dc160273d20fa14e0820f29ed649d75a
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)