host modules don't need LOCAL_MODULE_TAGS
Change-Id: Ifec8e63eef512b281eb924ef92160e9e1bf97f6d
This commit is contained in:
parent
918ee311f5
commit
35f74c479c
|
@ -18,6 +18,5 @@ include $(CLEAR_VARS)
|
||||||
LOCAL_SRC_FILES := fs_config.c
|
LOCAL_SRC_FILES := fs_config.c
|
||||||
LOCAL_MODULE := fs_config
|
LOCAL_MODULE := fs_config
|
||||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||||
LOCAL_MODULE_TAGS := eng
|
|
||||||
|
|
||||||
include $(BUILD_HOST_EXECUTABLE)
|
include $(BUILD_HOST_EXECUTABLE)
|
||||||
|
|
Loading…
Reference in New Issue