diff options
author | Elliott Hughes <enh@google.com> | 2015-08-25 19:38:14 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-08-25 19:38:14 -0700 |
commit | daa6c463a98d1dde0b7713cbdd96e7bd3d3658c4 (patch) | |
tree | 11ae2d024e69562ee18328325f4725a8bfe84d49 /adb/Android.mk | |
parent | 04b94b2571a0f90b55140f2d2748f2876fdfa408 (diff) | |
download | system_core-daa6c463a98d1dde0b7713cbdd96e7bd3d3658c4.tar.gz system_core-daa6c463a98d1dde0b7713cbdd96e7bd3d3658c4.tar.bz2 system_core-daa6c463a98d1dde0b7713cbdd96e7bd3d3658c4.zip |
Don't build 32-bit host libadb.
Change-Id: Ib6ad3db2dc160273d20fa14e0820f29ed649d75a
Diffstat (limited to 'adb/Android.mk')
-rw-r--r-- | adb/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/Android.mk b/adb/Android.mk index e271a63b0..df0c7a1f7 100644 --- a/adb/Android.mk +++ b/adb/Android.mk @@ -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) |