aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-06-16 20:07:30 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-16 20:07:30 +0000
commit58986a04a58feaa8315381d3aa99c32dd6377232 (patch)
treed39942a685616f934a3a22aa4df06da89611055b
parentc9171a4cf07fd7716cd5e9a4bbc6bc75e2217b25 (diff)
parentef455b841c253d76dfe079ee74ea2ba6842857d1 (diff)
downloadomx-components-58986a04a58feaa8315381d3aa99c32dd6377232.tar.gz
Remove bad LDLIBS am: c73f5bb534 am: 5183b8a209 am: 6e3d52657e
am: ef455b841c Change-Id: I0381bc50e0eaa2a13df7d1c98e202feb98d6a428
-rw-r--r--videocodec/libvpx_internal/libvpx.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/videocodec/libvpx_internal/libvpx.mk b/videocodec/libvpx_internal/libvpx.mk
index 5a95803..a23cc26 100644
--- a/videocodec/libvpx_internal/libvpx.mk
+++ b/videocodec/libvpx_internal/libvpx.mk
@@ -40,7 +40,6 @@ libvpx_source_dir := $(LOCAL_PATH)/libvpx
libvpx_codec_srcs := $(shell cat $(libvpx_config_dir)/libvpx_srcs.txt)
LOCAL_SHARED_LIBRARIES += liblog
-LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -llog
LOCAL_CFLAGS := -DHAVE_CONFIG_H=vpx_config.h
# Static functions declared in headers. b/18632512