aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2020-07-07 00:35:19 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-07 00:35:19 +0000
commite55f2d16b71d726df9f7af530501cc2c6f9862ec (patch)
tree1832414d758a5b843e313d9088707e3a3718a8a6
parenta0d91f2e836ba9c3aaf1e6064b2678b9fef12d05 (diff)
parent4e12e5fc84665431d221762bd444d7c17e5ffcb0 (diff)
downloadrustc-hash-e55f2d16b71d726df9f7af530501cc2c6f9862ec.tar.gz
Support building all variants. am: 4e12e5fc84
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rustc-hash/+/1355994 Change-Id: I89f07774b4f0d17f1ae26ed4c3b2026a3b81da04
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 089a54a..10ee76b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,8 +1,9 @@
// This file is generated by cargo2android.py.
-rust_library_host_rlib {
+rust_library {
name: "librustc_hash",
crate_name: "rustc_hash",
+ host_supported: true,
srcs: ["src/lib.rs"],
edition: "2015",
features: [