summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2021-08-30 13:50:30 -0700
committerDan Willemsen <dwillemsen@google.com>2021-08-30 15:53:21 -0700
commitd51bf7e71363af308671abb89f5146a0664337bf (patch)
tree3bf209f6b286a9c010cd906421ac74b099370434
parenta26537104cf5abbf026f4ce4dac5cf132302882c (diff)
downloadlibnl-d51bf7e71363af308671abb89f5146a0664337bf.tar.gz
Add more of the libnl-route API for nsjailandroid-s-beta-5android-s-beta-5
nsjail uses more than the minimal set we were building before. Change-Id: Iece87c9c8110e517031b7ac26528294ec6c7f5b5
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c9ca0edd..9b01e6f5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,14 @@ cc_library {
"include/linux-private",
],
},
+ host: {
+ srcs: [
+ "lib/route/link.c",
+ "lib/route/link/api.c",
+ "lib/route/link/macvlan.c",
+ "lib/route/link/sriov.c",
+ ],
+ },
},
srcs: [