Merge "Revert "Move libutils to libc++""
This commit is contained in:
commit
570cd46d14
2 changed files with 9 additions and 4 deletions
|
|
@ -108,11 +108,11 @@ LOCAL_STATIC_LIBRARIES := \
|
||||||
libcutils
|
libcutils
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libbacktrace_libc++ \
|
libbacktrace \
|
||||||
liblog \
|
liblog \
|
||||||
libdl
|
libdl
|
||||||
|
|
||||||
include external/libcxx/libcxx.mk
|
include external/stlport/libstlport.mk
|
||||||
|
|
||||||
LOCAL_MODULE:= libutils
|
LOCAL_MODULE:= libutils
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|
@ -123,12 +123,12 @@ include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE:= libutils
|
LOCAL_MODULE:= libutils
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES := libutils
|
LOCAL_WHOLE_STATIC_LIBRARIES := libutils
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libbacktrace_libc++ \
|
libbacktrace \
|
||||||
libcutils \
|
libcutils \
|
||||||
libdl \
|
libdl \
|
||||||
liblog \
|
liblog \
|
||||||
|
|
||||||
include external/libcxx/libcxx.mk
|
include external/stlport/libstlport.mk
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,11 @@ shared_libraries := \
|
||||||
liblog \
|
liblog \
|
||||||
libcutils \
|
libcutils \
|
||||||
libutils \
|
libutils \
|
||||||
|
libstlport
|
||||||
|
|
||||||
|
static_libraries := \
|
||||||
|
libgtest \
|
||||||
|
libgtest_main
|
||||||
|
|
||||||
$(foreach file,$(test_src_files), \
|
$(foreach file,$(test_src_files), \
|
||||||
$(eval include $(CLEAR_VARS)) \
|
$(eval include $(CLEAR_VARS)) \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue