summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/osal
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:22 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:22 -0700
commit2dade0141b45b3538183bd2d6c0c53a0345e92af (patch)
tree7064647f18ed8085ea8d048cfdfa89025823177c /libvideoeditor/osal
parentbc8e52dadeb078c45e62ebda17fd95e67f689654 (diff)
downloadframeworks_av-2dade0141b45b3538183bd2d6c0c53a0345e92af.zip
frameworks_av-2dade0141b45b3538183bd2d6c0c53a0345e92af.tar.gz
frameworks_av-2dade0141b45b3538183bd2d6c0c53a0345e92af.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Ida75833739d363061c2e688a6c7f7d7b3f3edd1e
Diffstat (limited to 'libvideoeditor/osal')
-rwxr-xr-xlibvideoeditor/osal/src/Android.mk5
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 := \