Commit c0daa777 authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Don't manually link stlport."

parents 1c380ee5 83f02f24
......@@ -30,7 +30,7 @@ LOCAL_C_INCLUDES += $(includes)
LOCAL_SHARED_LIBRARIES := \
liblog \
include external/stlport/libstlport.mk
LOCAL_CXX_STL := stlport
include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
......@@ -45,8 +45,7 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := \
libc \
libstdc++ \
libstlport_static \
liblog \
include external/stlport/libstlport.mk
LOCAL_CXX_STL := stlport_static
include $(BUILD_EXECUTABLE)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment