authfs: return Merkle tree hidden in the filesystem
fd_server is capable to return a tree "dump" from a file. But for the
normal case where the served file already has fs-verity, we should use
the new AuthFsTestCases ioctl to retrieve the tree and signature.
Test is not included due to some setup difficulty (passed locally).
Bug: 171280402
Test: atest AuthFsTestCases
Change-Id: Ieba685ad065b69edafadce462d112b8fd118686a
diff --git a/authfs/fd_server/Android.bp b/authfs/fd_server/Android.bp
index 9c810a8..f82b72f 100644
--- a/authfs/fd_server/Android.bp
+++ b/authfs/fd_server/Android.bp
@@ -13,6 +13,7 @@
"libclap",
"liblibc",
"liblog_rust",
+ "libnix",
],
apex_available: ["com.android.virt"],
}