am 5961f2df: Merge "Simplify a make file"

* commit '5961f2dfaca123e8e6f2fab33fb9d23d8b4c98fc':
  Simplify a make file
main
Yohei Yukawa 2014-06-26 00:06:15 +00:00 committed by Android Git Automerger
commit 2e623081a7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(LATIN_IME_SRC_DIR)
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