Merge "libportable: Add dependency on libdl."

This commit is contained in:
David 'Digit' Turner
2014-05-12 13:28:34 +00:00
committed by Gerrit Code Review

View File

@@ -39,7 +39,6 @@ LOCAL_SRC_FILES := \
$(libportable_src_files) $(libportable_src_files)
LOCAL_WHOLE_STATIC_LIBRARIES += cpufeatures LOCAL_WHOLE_STATIC_LIBRARIES += cpufeatures
LOCAL_SHARED_LIBRARIES += liblog libdl
LOCAL_SHARED_LIBRARIES += liblog
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)