summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-18 05:09:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-18 05:09:53 +0000
commit6422382f6cf079131fd1c36fd1ac884b36afd403 (patch)
treec3f5bbb44c1db5edd68bb4db506435012b92eeff
parenta3103e97f986ffe9ebdc28fb2ac09ee2263c6fe3 (diff)
parent7523b7d9f2c3977a400d162670a8c0bc8eaa94b0 (diff)
downloadlibnl-android14-d1-release.tar.gz
Change-Id: I8292c810067cc27e43849ffa6eeb5aafd2f8765f
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0589a5b8..efd663eb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -73,6 +73,12 @@ cc_library {
"lib/route/link/api.c",
"lib/route/link/macsec.c",
"lib/route/link/sriov.c",
+ "lib/route/link/vlan.c",
+ "lib/route/nexthop.c",
+ "lib/route/nexthop_encap.c",
+ "lib/route/nh_encap_mpls.c",
+ "lib/route/route.c",
+ "lib/route/route_obj.c",
"lib/route/route_utils.c",
"lib/route/rtnl.c",
],