Move libutils to libc++

Bug: 15193147
Change-Id: Ib4b1835e77279db905e098abc7c9bf8d27d66b57
This commit is contained in:
Dan Albert 2014-05-29 09:34:13 -07:00
parent bf082ffb71
commit dc133729b0
2 changed files with 4 additions and 9 deletions

View File

@ -108,11 +108,11 @@ LOCAL_STATIC_LIBRARIES := \
libcutils
LOCAL_SHARED_LIBRARIES := \
libbacktrace \
libbacktrace_libc++ \
liblog \
libdl
include external/stlport/libstlport.mk
include external/libcxx/libcxx.mk
LOCAL_MODULE:= libutils
include $(BUILD_STATIC_LIBRARY)
@ -123,12 +123,12 @@ include $(CLEAR_VARS)
LOCAL_MODULE:= libutils
LOCAL_WHOLE_STATIC_LIBRARIES := libutils
LOCAL_SHARED_LIBRARIES := \
libbacktrace \
libbacktrace_libc++ \
libcutils \
libdl \
liblog \
include external/stlport/libstlport.mk
include external/libcxx/libcxx.mk
include $(BUILD_SHARED_LIBRARY)

View File

@ -18,11 +18,6 @@ shared_libraries := \
liblog \
libcutils \
libutils \
libstlport
static_libraries := \
libgtest \
libgtest_main
$(foreach file,$(test_src_files), \
$(eval include $(CLEAR_VARS)) \