am 4e472966: am 5c7e2e60: Merge "Move liblog tests and benchmarks to libc++."

* commit '4e4729668617ff1b45f88b15d8cbfecc3c0a1db2':
  Move liblog tests and benchmarks to libc++.
This commit is contained in:
Dan Albert 2014-11-12 16:36:52 +00:00 committed by Android Git Automerger
commit ff0079fc8f
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,6 @@ LOCAL_CFLAGS += $(benchmark_c_flags)
LOCAL_SHARED_LIBRARIES += liblog libm
LOCAL_SRC_FILES := $(benchmark_src_files)
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
include external/stlport/libstlport.mk
include $(BUILD_EXECUTABLE)
# -----------------------------------------------------------------------------

View File

@ -17,6 +17,7 @@
#include <benchmark.h>
#include <inttypes.h>
#include <math.h>
#include <regex.h>
#include <stdio.h>
#include <stdlib.h>