diff options
author | James Dong <jdong@google.com> | 2012-03-22 19:36:39 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2012-03-22 21:26:17 -0700 |
commit | ecb3110adc6db7334ca4be6d5b3c130f38f5fa51 (patch) | |
tree | 474dc37a54b329705f91450c0405f72e004f4817 /libvideoeditor/osal/src | |
parent | 19ba8b4a85842a8aeaa9e785e5d4558bc4e8e32e (diff) | |
download | frameworks_av-ecb3110adc6db7334ca4be6d5b3c130f38f5fa51.zip frameworks_av-ecb3110adc6db7334ca4be6d5b3c130f38f5fa51.tar.gz frameworks_av-ecb3110adc6db7334ca4be6d5b3c130f38f5fa51.tar.bz2 |
Make file change because libvideoeditor source files moved
o related-to-bug: 6214141
Change-Id: I3ef60ca7670df37d7e43546e244cfe6a33093ba9
Diffstat (limited to 'libvideoeditor/osal/src')
-rwxr-xr-x | libvideoeditor/osal/src/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/osal/src/Android.mk b/libvideoeditor/osal/src/Android.mk index c70aecc..5415e96 100755 --- a/libvideoeditor/osal/src/Android.mk +++ b/libvideoeditor/osal/src/Android.mk @@ -44,7 +44,7 @@ LOCAL_MODULE_TAGS := optional LOCAL_SHARED_LIBRARIES := libcutils libutils LOCAL_C_INCLUDES += \ - $(TOP)/frameworks/media/libvideoeditor/osal/inc \ + $(TOP)/frameworks/av/libvideoeditor/osal/inc \ LOCAL_SHARED_LIBRARIES += libdl |