aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-06-16 10:05:43 -0700
committerDan Willemsen <dwillemsen@google.com>2016-06-16 10:05:43 -0700
commitc73f5bb53454d77a69d621966dfda0d4536c7fe5 (patch)
treed315ba3c897e0fe448a83c1ea51851226b443973
parent72aa85f602759ede1e40c82e2734d20a22d9f5aa (diff)
downloadomx-components-android-n-iot-preview-2.tar.gz
You should never have to use -L in LOCAL_LDLIBS (or LOCAL_LDFLAGS), this could actually load libraries from /usr/lib in our builds. The -llog is already handled by the LOCAL_SHARED_LIBRARIES := liblog entry. Change-Id: Ib9705765be0aaf8b661bcdbbedda4e503aa3e560
-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