summaryrefslogtreecommitdiffstats
path: root/linker/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'linker/tests/Android.mk')
-rw-r--r--linker/tests/Android.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/linker/tests/Android.mk b/linker/tests/Android.mk
index 9a08bec..35992c5 100644
--- a/linker/tests/Android.mk
+++ b/linker/tests/Android.mk
@@ -29,6 +29,11 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../libc/
LOCAL_SRC_FILES := \
linked_list_test.cpp \
linker_block_allocator_test.cpp \
- ../linker_block_allocator.cpp
+ ../linker_block_allocator.cpp \
+ linker_memory_allocator_test.cpp \
+ ../linker_allocator.cpp
+
+# for __libc_fatal
+LOCAL_SRC_FILES += ../../libc/bionic/libc_logging.cpp
include $(BUILD_NATIVE_TEST)