am 9f69e028: Merge "Move libutils to libc++"
* commit '9f69e028f73ce3e3ebbbc795d9a0b1143acb15e6': Move libutils to libc++
This commit is contained in:
commit
36f536fc7b
2 changed files with 4 additions and 9 deletions
|
|
@ -108,11 +108,11 @@ LOCAL_STATIC_LIBRARIES := \
|
||||||
libcutils
|
libcutils
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libbacktrace \
|
libbacktrace_libc++ \
|
||||||
liblog \
|
liblog \
|
||||||
libdl
|
libdl
|
||||||
|
|
||||||
include external/stlport/libstlport.mk
|
include external/libcxx/libcxx.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 \
|
libbacktrace_libc++ \
|
||||||
libcutils \
|
libcutils \
|
||||||
libdl \
|
libdl \
|
||||||
liblog \
|
liblog \
|
||||||
|
|
||||||
include external/stlport/libstlport.mk
|
include external/libcxx/libcxx.mk
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,11 +18,6 @@ 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