Simplify a make file
This CL simplifies the makefile for host unittest.
BUG: 13754552
Change-Id: Id09da77b45610db2747897533c18a6d0d81c59d7
diff --git a/native/jni/HostUnitTests.mk b/native/jni/HostUnitTests.mk
index 572d365..6967d9b 100644
--- a/native/jni/HostUnitTests.mk
+++ b/native/jni/HostUnitTests.mk
@@ -44,7 +44,7 @@
LOCAL_MODULE := liblatinime_host_unittests
LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := $(addprefix $(LATIN_IME_TEST_SRC_DIR)/, $(LATIN_IME_CORE_TEST_FILES))
-LOCAL_STATIC_LIBRARIES += liblatinime_host_static_for_unittests libgtest_host libgtest_main_host
+LOCAL_STATIC_LIBRARIES += liblatinime_host_static_for_unittests
include $(BUILD_HOST_NATIVE_TEST)
endif # Darwin - TODO: Remove this