commit | c39fee03a3a2b4c11c2a16b9a076fd95614e2d5e | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Dec 13 19:16:57 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 13 19:16:57 2022 +0000 |
tree | edc7b30c9b561849e166188178cf79629dc550f2 | |
parent | fdc6a47965350435d188e57ebc215e220a671770 [diff] | |
parent | 5846b14476ca8a938baa6de9d97d5928197dcaed [diff] |
Merge "[test] Remove redundant transitive deps for libapexutil_rust.test"
diff --git a/libs/apexutil/Android.bp b/libs/apexutil/Android.bp index 4a4a673..419b5d0 100644 --- a/libs/apexutil/Android.bp +++ b/libs/apexutil/Android.bp
@@ -30,14 +30,4 @@ rustlibs: [ "libhex", ], - target: { - host: { - // TODO(b/204562227): remove once the build does this automatically - data_libs: [ - "libc++", - "libcrypto", - "libz", - ], - }, - }, }