Skip to content
Snippets Groups Projects
Commit b4c23597 authored by Henri Chataing's avatar Henri Chataing Committed by Gerrit Code Review
Browse files

Merge "Statically link libbase for mainline module tests" into main

parents fe9e76e2 6a7d8f9e
No related branches found
No related tags found
No related merge requests found
......@@ -69,10 +69,10 @@ cc_test {
"BpfBaseTest.cpp"
],
static_libs: [
"libbase",
"libnetd_updatable",
],
shared_libs: [
"libbase",
"libcutils",
"liblog",
"libnetdutils",
......
......@@ -73,6 +73,7 @@ cc_test {
"-Wthread-safety",
],
static_libs: [
"libbase",
"libgmock",
"libnetworkstats",
"libperfetto_client_experimental",
......@@ -80,7 +81,6 @@ cc_test {
"perfetto_trace_protos",
],
shared_libs: [
"libbase",
"liblog",
"libcutils",
"libandroid_net",
......
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