summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:58:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:58:06 +0000
commit54f91709196bde47c5817b2dd8d69b04fe8e3b47 (patch)
tree4925d974c5c6eac7db452f206e076673bf914d54
parent8e604c4412e8753ea741595d5880297f192c3284 (diff)
parent6e3710f107248dfbefbf79aaf81caca73a742cab (diff)
downloadlibbootloader-android13-frc-adbd-release.tar.gz
Snap for 8512216 from 6e3710f107248dfbefbf79aaf81caca73a742cab to tm-frc-adbd-releaset_frc_adb_330444000android13-frc-adbd-release
Change-Id: Ifa4a5d43ab9872df8a0f923176c5c6897404380a
-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",