summaryrefslogtreecommitdiffstats
path: root/libs/utils/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/utils/tests/Android.mk')
-rw-r--r--libs/utils/tests/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/utils/tests/Android.mk b/libs/utils/tests/Android.mk
index b9f206a..725de9c 100644
--- a/libs/utils/tests/Android.mk
+++ b/libs/utils/tests/Android.mk
@@ -7,7 +7,8 @@ ifneq ($(TARGET_SIMULATOR),true)
# Build the unit tests.
test_src_files := \
ObbFile_test.cpp \
- PollLoop_test.cpp
+ PollLoop_test.cpp \
+ String8_test.cpp
shared_libraries := \
libz \
@@ -41,4 +42,4 @@ $(foreach file,$(test_src_files), \
$(eval include $(BUILD_EXECUTABLE)) \
)
-endif \ No newline at end of file
+endif