diff options
author | Yifan Hong <elsk@google.com> | 2018-12-19 22:19:52 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-12-19 22:19:52 +0000 |
commit | 82fc6ae5b8d118cfa5db0fa8a39625305af7f4ea (patch) | |
tree | 76db008013c3391d38836ec3b09fd8d5449e5cb9 /tests | |
parent | 2e7393dbdebe8f7e2af6eed0b0cbf523a90733bb (diff) | |
parent | d81b8e3d775743dbc2ce49b805cbce6fcc0ea617 (diff) | |
download | android_bootable_recovery-82fc6ae5b8d118cfa5db0fa8a39625305af7f4ea.tar.gz android_bootable_recovery-82fc6ae5b8d118cfa5db0fa8a39625305af7f4ea.tar.bz2 android_bootable_recovery-82fc6ae5b8d118cfa5db0fa8a39625305af7f4ea.zip |
Merge changes from topic "vintf_object_recovery_mount"
* changes:
roots.cpp: convert to C++ Fstab
Move parts of roots.cpp to libfs_mgr
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index 5165ccb3..1d6a056f 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -94,6 +94,7 @@ librecovery_static_libs = [ "libhidltransport", "libhwbinder_noltopgo", "libbinderthreadstate", + "liblp", "libvndksupport", "libtinyxml2", ] |