blob: afe76ba5394cb6c39c782ecedd7160e74632213f [file] [log] [blame]
LOCAL_LDLIBS := -lpthread
ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
LOCAL_LDLIBS += -ldl
endif
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_SHARED_LIBRARIES += libdl
endif