am 7d196df6: Merge "Move some tests to libc++."

* commit '7d196df6f9990b5c93e0661fb0867971da7e6c34':
  Move some tests to libc++.
This commit is contained in:
Dan Albert 2014-11-12 02:52:59 +00:00 committed by Android Git Automerger
commit 498c8135b4
2 changed files with 3 additions and 2 deletions

View file

@ -42,8 +42,10 @@ LOCAL_STATIC_LIBRARIES := \
libcutils \
liblog \
libutils \
libc++abi \
libdl \
LOCAL_CXX_STL := stlport_static
LOCAL_CXX_STL := libc++_static
LOCAL_MULTILIB := both
LOCAL_MODULE_STEM_32 := $(LOCAL_MODULE)32
LOCAL_MODULE_STEM_64 := $(LOCAL_MODULE)64

View file

@ -21,7 +21,6 @@ LOCAL_MODULE := ion-unit-tests
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers
LOCAL_SHARED_LIBRARIES += libion
LOCAL_STATIC_LIBRARIES += libgtest_main
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../kernel-headers
LOCAL_SRC_FILES := \
ion_test_fixture.cpp \