aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-12-03 07:21:07 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-12-03 07:21:07 +0000
commit11f500847d07aa011dfa42af96448352bfb8e539 (patch)
tree291196a2f4ef7e673d81c021afb2696a627d9455
parentbec50fdbf6ec2d61edda4f69913f8a8331b8b364 (diff)
parent8c439ace25487bc8b7a145d65169f63eab05c6a3 (diff)
downloadlibvncserver-11f500847d07aa011dfa42af96448352bfb8e539.tar.gz
Rename libjpeg_static to libjpeg am: 4e440b146e am: fdd6b68330
am: 8c439ace25 Change-Id: I613a070fea5e57f871db5ead6c75b649728ccd2c
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 3f4197f..115c27d 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_static libssl_static
+LOCAL_STATIC_LIBRARIES := libz libpng libjpeg libssl_static
LOCAL_CFLAGS := -D__ANDROID__ -DHAVE_LIBSSL -DWITH_WEBSOCKETS
#LOCAL_SDK_VERSION := 14