summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2019-12-19 18:27:37 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-12-19 18:27:37 +0100
commit8b9ac5b83dc71280a375603af298191d40053755 (patch)
tree01c7a99a4e366eb3cf076dbad3c3604671acaf36
parentMerge "Delete VINTF compatibility check during OTA." (diff)
parentLink libvndksupport dynamically instead of statically. (diff)
downloadandroid_bootable_recovery-8b9ac5b83dc71280a375603af298191d40053755.tar
android_bootable_recovery-8b9ac5b83dc71280a375603af298191d40053755.tar.gz
android_bootable_recovery-8b9ac5b83dc71280a375603af298191d40053755.tar.bz2
android_bootable_recovery-8b9ac5b83dc71280a375603af298191d40053755.tar.lz
android_bootable_recovery-8b9ac5b83dc71280a375603af298191d40053755.tar.xz
android_bootable_recovery-8b9ac5b83dc71280a375603af298191d40053755.tar.zst
android_bootable_recovery-8b9ac5b83dc71280a375603af298191d40053755.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",
]