diff options
author | Glenn Kasten <gkasten@google.com> | 2012-03-13 15:12:33 -0700 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-03-20 17:05:18 -0700 |
commit | 16252eb65e873420d47bd2e0fb6a2a7877342224 (patch) | |
tree | 1c4b82f1f4882b54f3d9cd95c95af68af6e8f893 /libvideoeditor | |
parent | c1e3ed15d86337361c11fc4bb425ae252eceb946 (diff) | |
download | frameworks_av-16252eb65e873420d47bd2e0fb6a2a7877342224.zip frameworks_av-16252eb65e873420d47bd2e0fb6a2a7877342224.tar.gz frameworks_av-16252eb65e873420d47bd2e0fb6a2a7877342224.tar.bz2 |
Add libmedia_native
Change-Id: I4bff781a26d01023d23d5285a8aa83dbce46c629
Diffstat (limited to 'libvideoeditor')
-rwxr-xr-x | libvideoeditor/lvpp/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvideoeditor/lvpp/Android.mk b/libvideoeditor/lvpp/Android.mk index f62b5db..636beae 100755 --- a/libvideoeditor/lvpp/Android.mk +++ b/libvideoeditor/lvpp/Android.mk @@ -52,6 +52,7 @@ LOCAL_SHARED_LIBRARIES := \ libutils \ libcutils \ libmedia \ + libmedia_native \ libdrmframework \ libstagefright \ libstagefright_omx \ |