am 2985f81d
: Merge "libdiskconfig: add missing LOCAL_MODULE_TAGS"
* commit '2985f81d0dfa0e3ff790cb7637684b3919a6ca1c': libdiskconfig: add missing LOCAL_MODULE_TAGS
This commit is contained in:
commit
fd6f38727e
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,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)
|
||||
|
||||
|
@ -19,6 +20,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