Move libnetutils headers into libnetutils.
Change-Id: I8e51b369b7617e780db78c2f77c8e28d0fb93445
This commit is contained in:
parent
1697f4ee71
commit
8501751bdf
3 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ LOCAL_MODULE := libnetutils
|
|||
|
||||
LOCAL_CFLAGS := -Werror
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
|
Loading…
Reference in a new issue