summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 5b881e367..e49d966c7 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -39,6 +39,7 @@ cc_defaults {
android: {
shared_libs: [
"libutils",
+ "libvndksupport",
],
},
@@ -81,7 +82,6 @@ librecovery_static_libs = [
"libotautil",
"libhealthhalutils",
- "libvintf_recovery",
"libvintf",
"android.hardware.health@2.0",
@@ -92,7 +92,6 @@ librecovery_static_libs = [
"libhidlbase",
"libbinderthreadstate",
"liblp",
- "libvndksupport",
"libtinyxml2",
]