07dde4c314
This reverts commit 249c26de82
.
Change-Id: I2a56c574fa8d842d5f3c51fd57ecf078838fcfec
17 lines
301 B
Makefile
17 lines
301 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES:= \
|
|
dhcpclient.c \
|
|
dhcpmsg.c \
|
|
dhcp_utils.c \
|
|
ifc_utils.c \
|
|
packet.c
|
|
|
|
LOCAL_SHARED_LIBRARIES := \
|
|
libcutils \
|
|
liblog
|
|
|
|
LOCAL_MODULE:= libnetutils
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|