Move libdiskconfig headers into libdiskconfig.
Change-Id: I5d8e29687dca39a2a134d92f311528479b4ea102
This commit is contained in:
parent
1697f4ee71
commit
8dccdbf3f8
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,8 @@ LOCAL_MODULE := libdiskconfig
|
|||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils liblog libc
|
||||
LOCAL_CFLAGS := -Werror
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
ifeq ($(HOST_OS),linux)
|
||||
|
@ -21,5 +23,7 @@ LOCAL_SRC_FILES := $(commonSources)
|
|||
LOCAL_MODULE := libdiskconfig_host
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_CFLAGS := -O2 -g -W -Wall -Werror -D_LARGEFILE64_SOURCE
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
include $(BUILD_HOST_STATIC_LIBRARY)
|
||||
endif # HOST_OS == linux
|
||||
|
|
Loading…
Reference in a new issue