summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-12 04:01:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-12 04:01:05 +0000
commit1363071c283c6db7437efb87e5844a162ff1bccd (patch)
tree4925d974c5c6eac7db452f206e076673bf914d54
parent3bfcc966d04087025d16ae6dc82f649e026cd048 (diff)
parent6e3710f107248dfbefbf79aaf81caca73a742cab (diff)
downloadlibbootloader-android13-d1-release.tar.gz
Change-Id: Ibad21b8f50ff32b9cfd6ad4afe4cec5038bd4225
-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",