summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--liblog/tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/tests/Android.mk b/liblog/tests/Android.mk
index 39b52ac35..1e41d90db 100644
--- a/liblog/tests/Android.mk
+++ b/liblog/tests/Android.mk
@@ -55,7 +55,6 @@ test_c_flags := \
-fno-builtin \
cts_src_files := \
- libc_test.cpp \
liblog_test_default.cpp \
liblog_test_local.cpp \
liblog_test_stderr.cpp \
@@ -68,6 +67,7 @@ cts_src_files := \
log_wrap_test.cpp
test_src_files := \
+ libc_test.cpp \
$(cts_src_files) \
# Build tests for the device (with .so). Run with: