Skip to content

Commit

Permalink
Convert libnetutils to Android.bp
Browse files Browse the repository at this point in the history
See build/soong/README.md for more information.

Test: m -j checkbuild
Change-Id: Ia11dffde6fc4d89be6ee651be06b48131c877dc0
  • Loading branch information
colincross committed Apr 20, 2017
1 parent 4eda982 commit cafe889
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
19 changes: 19 additions & 0 deletions libnetutils/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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"],
}
21 changes: 0 additions & 21 deletions libnetutils/Android.mk

This file was deleted.

0 comments on commit cafe889

Please sign in to comment.