diff options
Diffstat (limited to 'libvideoeditor/osal/src')
-rwxr-xr-x | libvideoeditor/osal/src/Android.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libvideoeditor/osal/src/Android.mk b/libvideoeditor/osal/src/Android.mk index 9252951..c70aecc 100755 --- a/libvideoeditor/osal/src/Android.mk +++ b/libvideoeditor/osal/src/Android.mk @@ -46,10 +46,7 @@ LOCAL_SHARED_LIBRARIES := libcutils libutils LOCAL_C_INCLUDES += \ $(TOP)/frameworks/media/libvideoeditor/osal/inc \ -ifeq ($(TARGET_SIMULATOR),true) -else - LOCAL_SHARED_LIBRARIES += libdl -endif +LOCAL_SHARED_LIBRARIES += libdl # All of the shared libraries we link against. LOCAL_LDLIBS := \ |