Loading adb/Android.mk +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
adb/Android.mk +4 −1 Original line number Diff line number Diff line Loading @@ -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