Revert "Split out liblinker_malloc static library"
This reverts commit a80564318a87c1efe76224b8591c707c54d51d2d.
Change-Id: I63f16739a38f40ad930692176a4297ad1ce89570
diff --git a/linker/tests/Android.mk b/linker/tests/Android.mk
index e9f43e9..a061877 100644
--- a/linker/tests/Android.mk
+++ b/linker/tests/Android.mk
@@ -32,12 +32,11 @@
linker_block_allocator_test.cpp \
../linker_block_allocator.cpp \
linker_memory_allocator_test.cpp \
+ ../linker_allocator.cpp \
linker_utils_test.cpp \
../linker_utils.cpp
# for __libc_fatal
LOCAL_SRC_FILES += ../../libc/bionic/libc_logging.cpp
-LOCAL_STATIC_LIBRARIES := liblinker_malloc
-
include $(BUILD_NATIVE_TEST)