Commit 89bcc638 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 36859212: Merge "Move vold to libc++."

* commit '36859212':
  Move vold to libc++.
parents a05cb413 36859212
......@@ -62,7 +62,7 @@ LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)
LOCAL_STATIC_LIBRARIES := $(common_static_libraries)
LOCAL_MODULE_TAGS := eng tests
include external/stlport/libstlport.mk
LOCAL_CXX_STL := libc++
include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
......@@ -79,7 +79,7 @@ LOCAL_CFLAGS := -Werror=format
LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)
LOCAL_STATIC_LIBRARIES := $(common_static_libraries)
include external/stlport/libstlport.mk
LOCAL_CXX_STL := libc++
include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
......
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