Skip to content
Snippets Groups Projects
Commit 5dc24372 authored by Andrew Hsieh's avatar Andrew Hsieh Committed by Android Git Automerger
Browse files

am d61f9981: Merge "Add -ldl for new stlport"

* commit 'd61f9981':
  Add -ldl for new stlport
parents 1b770503 d61f9981
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,7 @@ LOCAL_MODULE_TAGS := optional ...@@ -95,6 +95,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SDK_VERSION := 14 LOCAL_SDK_VERSION := 14
LOCAL_NDK_STL_VARIANT := stlport_static LOCAL_NDK_STL_VARIANT := stlport_static
LOCAL_LDFLAGS += -ldl
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment