From 68e98a29992bd61d03db0a2b95b87bb2ccfdf824 Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Mon, 14 Mar 2011 14:02:15 -0700 Subject: frameworks/media/libvideoeditor: remove LOCAL_PRELINK_MODULE Change-Id: Ib3ecb46e1ecc192edae2d5634798efffccbb6c94 Signed-off-by: Iliyan Malchev --- libvideoeditor/osal/src/Android.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libvideoeditor/osal') diff --git a/libvideoeditor/osal/src/Android.mk b/libvideoeditor/osal/src/Android.mk index b9351c2..f90429e 100755 --- a/libvideoeditor/osal/src/Android.mk +++ b/libvideoeditor/osal/src/Android.mk @@ -73,9 +73,5 @@ LOCAL_CFLAGS += -Wno-multichar \ -DUSE_STAGEFRIGHT_READERS \ -DUSE_STAGEFRIGHT_3GPP_READER -# Don't prelink this library. For more efficient code, you may want -# to add this library to the prelink map and set this to true. -LOCAL_PRELINK_MODULE := false - include $(BUILD_STATIC_LIBRARY) -- cgit v1.1