adb: don't link against libcutils on Windows.
Bug: http://b/25693157 Change-Id: Ie1f082a094371124b4d66c87c7ab1a0706271b9d
This commit is contained in:
parent
c40f213b67
commit
a629e2e578
1 changed files with 4 additions and 1 deletions
|
@ -261,9 +261,12 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libadb \
|
||||
libbase \
|
||||
libcrypto_static \
|
||||
libcutils \
|
||||
liblog \
|
||||
|
||||
# Don't use libcutils on Windows.
|
||||
LOCAL_STATIC_LIBRARIES_darwin := libcutils
|
||||
LOCAL_STATIC_LIBRARIES_linux := libcutils
|
||||
|
||||
LOCAL_CXX_STL := libc++_static
|
||||
|
||||
# Don't add anything here, we don't want additional shared dependencies
|
||||
|
|
Loading…
Reference in a new issue