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