Sign in
coral
/
android-core
/
cc22a8e5a25e63fa61e1236ef4df28bfea05be35
/
.
/
libnetutils
/
Android.bp
blob: f710ba29ed3aa9602b3d2df887dd64094acf7121 [
file
] [
log
] [
blame
]
cc_library_shared
{
name
:
"libnetutils"
,
srcs
:
[
"dhcpclient.c"
,
"dhcpmsg.c"
,
"ifc_utils.c"
,
"packet.c"
,
],
shared_libs
:
[
"libcutils"
,
"liblog"
,
],
cflags
:
[
"-Werror"
],
export_include_dirs
:
[
"include"
],
}