diff options
author | Peter Collingbourne <pcc@google.com> | 2019-12-19 18:27:37 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-12-19 18:27:37 +0100 |
commit | 8b9ac5b83dc71280a375603af298191d40053755 (patch) | |
tree | 01c7a99a4e366eb3cf076dbad3c3604671acaf36 /tests | |
parent | Merge "Delete VINTF compatibility check during OTA." (diff) | |
parent | Link libvndksupport dynamically instead of statically. (diff) | |
download | android_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 |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.bp | 2 |
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", ] |