From d51bf7e71363af308671abb89f5146a0664337bf Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 30 Aug 2021 13:50:30 -0700 Subject: Add more of the libnl-route API for nsjail nsjail uses more than the minimal set we were building before. Change-Id: Iece87c9c8110e517031b7ac26528294ec6c7f5b5 --- Android.bp | 8 ++++++++ 1 file changed, 8 insertions(+) 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: [ -- cgit v1.2.3