commit | 58231374423dacd0f97e3bf5a07a2d5fd15afcdd | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Dec 13 21:26:13 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 13 21:26:13 2022 +0000 |
tree | db20583184ea323c7058ca3ea9a4924fcdb752ce | |
parent | 0c53e6ca98cf7bfb74add7913596642a3c300035 [diff] | |
parent | ca554c890d7841fe5a28a6eaa471b4c1cd5d235e [diff] |
Merge "Revert "[test] Remove redundant transitive deps for libapexutil_rust.test""
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", + ], + }, + }, }