aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-12-03 17:28:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-12-03 17:28:05 +0000
commitdeffae772eaa131111d1c6fe755bb1b18d1847c8 (patch)
tree9d681c963756526ceadc4974ec43f790f1342ebe
parentfdd6b68330482172f3ed111e19a7c89476657bc9 (diff)
parentd6fadd8d383e2677f467666995262386ca631fb8 (diff)
downloadlibvncserver-deffae772eaa131111d1c6fe755bb1b18d1847c8.tar.gz
am: d6fadd8d38 Change-Id: Ib73b6600e7aa0e920f4b481d0c146fc5462ea6b8
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 115c27d..7eeae59 100644
--- a/Android.mk
+++ b/Android.mk
@@ -43,7 +43,7 @@ LOCAL_SRC_FILES := libvncserver/auth.c \
common/vncauth.c \
test/bmp.c
-LOCAL_STATIC_LIBRARIES := libz libpng libjpeg libssl_static
+LOCAL_STATIC_LIBRARIES := libz libpng libjpeg libssl
LOCAL_CFLAGS := -D__ANDROID__ -DHAVE_LIBSSL -DWITH_WEBSOCKETS
#LOCAL_SDK_VERSION := 14