summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/osal/src
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-03-14 14:02:15 -0700
committerIliyan Malchev <malchev@google.com>2011-03-14 14:24:24 -0700
commit68e98a29992bd61d03db0a2b95b87bb2ccfdf824 (patch)
tree955a8564553ba4aa11b7fb2867d7098966aed4db /libvideoeditor/osal/src
parentb6b87f50e929c1c821f2f0ea5a31951e6cd76919 (diff)
downloadframeworks_av-68e98a29992bd61d03db0a2b95b87bb2ccfdf824.zip
frameworks_av-68e98a29992bd61d03db0a2b95b87bb2ccfdf824.tar.gz
frameworks_av-68e98a29992bd61d03db0a2b95b87bb2ccfdf824.tar.bz2
frameworks/media/libvideoeditor: remove LOCAL_PRELINK_MODULE
Change-Id: Ib3ecb46e1ecc192edae2d5634798efffccbb6c94 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'libvideoeditor/osal/src')
-rwxr-xr-xlibvideoeditor/osal/src/Android.mk4
1 files changed, 0 insertions, 4 deletions
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)