Merge "Switch bionic-unit-tests to libc++_static."

This commit is contained in:
Yabin Cui 2017-01-14 02:20:19 +00:00 committed by Gerrit Code Review
commit 37f1d11482
3 changed files with 4 additions and 5 deletions

View file

@ -366,6 +366,8 @@ cc_defaults {
include_dirs: ["bionic/libc"],
stl: "libc++_static",
target: {
android: {
shared_libs: [

View file

@ -102,11 +102,7 @@ LOCAL_LDLIBS := \
$($(module)_ldlibs) \
$($(module)_ldlibs_$(build_type)) \
ifeq ($(LOCAL_FORCE_STATIC_EXECUTABLE),true)
LOCAL_CXX_STL := libc++_static
else
LOCAL_CXX_STL := libc++
endif
LOCAL_CXX_STL := libc++_static
ifeq ($(build_type),target)
include $(BUILD_$(build_target))

View file

@ -26,6 +26,7 @@ cc_defaults {
sanitize: {
never: true,
},
stl: "libc++_static",
target: {
darwin: {
enabled: false,