mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Simplify a make file
This CL simplifies the makefile for host unittest. BUG: 13754552 Change-Id: Id09da77b45610db2747897533c18a6d0d81c59d7
This commit is contained in:
parent
4c45fff240
commit
cc9b60401e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user