Skip to content

Commit

Permalink
am fd6f387: am 2985f81: Merge "libdiskconfig: add missing LOCAL_MODUL…
Browse files Browse the repository at this point in the history
…E_TAGS"

* commit 'fd6f38727e3be7d5d9163698b06d61656b2bbe4d':
  libdiskconfig: add missing LOCAL_MODULE_TAGS
  • Loading branch information
Dima Zavin authored and Android Git Automerger committed Aug 30, 2011
2 parents 549bfcd + fd6f387 commit 96a5482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libdiskconfig/Android.mk
Expand Up @@ -12,13 +12,15 @@ 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)

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)
Expand Down

0 comments on commit 96a5482

Please sign in to comment.