diff options
author | Iliyan Malchev <malchev@google.com> | 2011-03-14 14:02:15 -0700 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2011-03-14 14:24:24 -0700 |
commit | 68e98a29992bd61d03db0a2b95b87bb2ccfdf824 (patch) | |
tree | 955a8564553ba4aa11b7fb2867d7098966aed4db /libvideoeditor/vss/src/Android.mk | |
parent | b6b87f50e929c1c821f2f0ea5a31951e6cd76919 (diff) | |
download | frameworks_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/vss/src/Android.mk')
-rwxr-xr-x | libvideoeditor/vss/src/Android.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libvideoeditor/vss/src/Android.mk b/libvideoeditor/vss/src/Android.mk index 57c970f..55a000d 100755 --- a/libvideoeditor/vss/src/Android.mk +++ b/libvideoeditor/vss/src/Android.mk @@ -85,11 +85,5 @@ LOCAL_CFLAGS += -Wno-multichar \ -DM4xVSS_RESERVED_MOOV_DISK_SPACEno \ -DDECODE_GIF_ON_SAVING -# 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) |