* commit '96a5482b75029129ebeecd543ca6683d2411b9a3': libdiskconfig: add missing LOCAL_MODULE_TAGS
This commit is contained in:
commit
09e32886e6
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ commonSources := \
|
|||
include $(CLEAR_VARS)
|
||||
LOCAL_SRC_FILES := $(commonSources)
|
||||
LOCAL_MODULE := libdiskconfig
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils liblog libc
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
@ -17,6 +18,7 @@ ifeq ($(HOST_OS),linux)
|
|||
include $(CLEAR_VARS)
|
||||
LOCAL_SRC_FILES := $(commonSources)
|
||||
LOCAL_MODULE := libdiskconfig_host
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils
|
||||
LOCAL_CFLAGS := -O2 -g -W -Wall -Werror -D_LARGEFILE64_SOURCE
|
||||
include $(BUILD_HOST_STATIC_LIBRARY)
|
||||
|
|
Loading…
Reference in a new issue