Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a629e2e5 authored by Josh Gao's avatar Josh Gao
Browse files

adb: don't link against libcutils on Windows.

Bug: http://b/25693157
Change-Id: Ie1f082a094371124b4d66c87c7ab1a0706271b9d
parent c40f213b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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