Skip to content
Snippets Groups Projects
Commit bcc245d5 authored by Yang Sun's avatar Yang Sun Committed by Gerrit Code Review
Browse files

Merge "Support multicast routing" into main

parents ba2480bb baa50fa4
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ java_defaults {
],
impl_only_static_libs: [
"net-utils-device-common-bpf",
"net-utils-device-common-struct",
],
libs: [
"androidx.annotation_annotation",
......@@ -126,6 +127,7 @@ java_library {
// Even if the library is included in "impl_only_static_libs" of defaults. This is still
// needed because java_library which doesn't understand "impl_only_static_libs".
"net-utils-device-common-bpf",
"net-utils-device-common-struct",
],
libs: [
// This cannot be in the defaults clause above because if it were, it would be used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment