Change mLastTimeStamp in flush to fix testVP9Adaptive test in gts am: 7c95319679
am: 8341acda01

Change-Id: I0a73cd67d30813a5af74d813f05e43cdb91d6b67
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_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