diff options
author | 2014-06-26 00:02:50 +0000 | |
---|---|---|
committer | 2014-06-24 01:59:00 +0000 | |
commit | 5961f2dfaca123e8e6f2fab33fb9d23d8b4c98fc (patch) | |
tree | 5af955756438387a0824a00686993cf11e68ce81 | |
parent | 3c07fcbc544cac626dead40e7571233950b49216 (diff) | |
parent | cc9b60401e4d2f7b1895ae218eb3a952030325f1 (diff) | |
download | latinime-5961f2dfaca123e8e6f2fab33fb9d23d8b4c98fc.tar.gz latinime-5961f2dfaca123e8e6f2fab33fb9d23d8b4c98fc.tar.xz latinime-5961f2dfaca123e8e6f2fab33fb9d23d8b4c98fc.zip |
Merge "Simplify a make file"
-rw-r--r-- | native/jni/HostUnitTests.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/HostUnitTests.mk b/native/jni/HostUnitTests.mk index 572d36564..6967d9b87 100644 --- a/native/jni/HostUnitTests.mk +++ b/native/jni/HostUnitTests.mk @@ -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 |