Revert "[test] Remove redundant transitive deps for libapexutil_rust.test"
This reverts commit 5846b14476ca8a938baa6de9d97d5928197dcaed.
Reason for revert: CI broken
Bug: 262428449
Bug: 262427897
Change-Id: I38e4dea8021808132e2fea042219306ab59e147e
diff --git a/libs/apexutil/Android.bp b/libs/apexutil/Android.bp
index 419b5d0..4a4a673 100644
--- a/libs/apexutil/Android.bp
+++ b/libs/apexutil/Android.bp
@@ -30,4 +30,14 @@
rustlibs: [
"libhex",
],
+ target: {
+ host: {
+ // TODO(b/204562227): remove once the build does this automatically
+ data_libs: [
+ "libc++",
+ "libcrypto",
+ "libz",
+ ],
+ },
+ },
}