am e83a7806: resolved conflicts for merge of f4af9110 to klp-dev-plus-aosp

* commit 'e83a780600eda88d351fda590079265bcc0d1f56':
  Create bionic unit test library for use with CTS.
This commit is contained in:
Conley Owens 2013-09-27 13:27:49 -07:00 committed by Android Git Automerger
commit 8612b4e453

View File

@ -125,7 +125,7 @@ LOCAL_MODULE := bionic-unit-tests-static
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_WHOLE_STATIC_LIBRARIES += libBionicTests
LOCAL_STATIC_LIBRARIES += libstlport_static libstdc++ libm libc
LOCAL_STATIC_LIBRARIES += libstlport_static libstdc++ libm libc bionic-unit-tests-unwind-test-impl
include $(BUILD_NATIVE_TEST)
# -----------------------------------------------------------------------------
@ -150,7 +150,6 @@ LOCAL_C_INCLUDES += \
LOCAL_WHOLE_STATIC_LIBRARIES := \
$(test_fortify_static_libraries) \
bionic-unit-tests-unwind-test-impl \
include $(BUILD_STATIC_LIBRARY)
# -----------------------------------------------------------------------------