Merge "Add -ldl for new stlport"

This commit is contained in:
Andrew Hsieh 2012-12-21 15:43:28 -08:00 committed by Gerrit Code Review
commit d61f9981da

View file

@ -95,6 +95,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SDK_VERSION := 14
LOCAL_NDK_STL_VARIANT := stlport_static
LOCAL_LDFLAGS += -ldl
include $(BUILD_SHARED_LIBRARY)