summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2019-12-19 19:03:09 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-12-19 19:03:09 +0100
commitdddedcc3deb2a8b9706845cf17fa3e64385d24c6 (patch)
tree01c7a99a4e366eb3cf076dbad3c3604671acaf36
parentMerge "Delete VINTF compatibility check during OTA." (diff)
parentMerge "Link libvndksupport dynamically instead of statically." (diff)
downloadandroid_bootable_recovery-dddedcc3deb2a8b9706845cf17fa3e64385d24c6.tar
android_bootable_recovery-dddedcc3deb2a8b9706845cf17fa3e64385d24c6.tar.gz
android_bootable_recovery-dddedcc3deb2a8b9706845cf17fa3e64385d24c6.tar.bz2
android_bootable_recovery-dddedcc3deb2a8b9706845cf17fa3e64385d24c6.tar.lz
android_bootable_recovery-dddedcc3deb2a8b9706845cf17fa3e64385d24c6.tar.xz
android_bootable_recovery-dddedcc3deb2a8b9706845cf17fa3e64385d24c6.tar.zst
android_bootable_recovery-dddedcc3deb2a8b9706845cf17fa3e64385d24c6.zip
-rw-r--r--tests/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index dc662d88b..e49d966c7 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -39,6 +39,7 @@ cc_defaults {
android: {
shared_libs: [
"libutils",
+ "libvndksupport",
],
},
@@ -91,7 +92,6 @@ librecovery_static_libs = [
"libhidlbase",
"libbinderthreadstate",
"liblp",
- "libvndksupport",
"libtinyxml2",
]