summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vts/Android.bp6
1 files changed, 2 insertions, 4 deletions
diff --git a/vts/Android.bp b/vts/Android.bp
index 4fb42ef..12caab0 100644
--- a/vts/Android.bp
+++ b/vts/Android.bp
@@ -22,10 +22,8 @@ cc_test {
srcs: [
"VtsBootconfigTest.cpp",
],
- shared_libs: [
- "libbase",
- "libbpf_android",
- ],
+ header_libs: ["bpf_headers"],
+ shared_libs: ["libbase"],
test_suites: [
"general-tests",
"vts",