Move liblog tests and benchmarks to libc++.
Bug: 15193147 Change-Id: Ib063eb9490e40f9d10c0b0f29b7808c729e4fff9
This commit is contained in:
parent
2c0839e9db
commit
f2dedb7a5f
2 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
#include <benchmark.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <math.h>
|
||||
#include <regex.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue