From 3ab24982d6da8a21528bd7ce8b2e675dd284b178 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Mon, 6 Jul 2020 13:13:13 -0700 Subject: Support building all variants. Bug: 143217452 Test: cd external/rust; mma; atest in all TEST_MAPPING subdirs Change-Id: Icb62418b3f09c87b700d548dc8d48c429ffbc18b --- Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 624e6c9..eee3a3f 100644 --- a/Android.bp +++ b/Android.bp @@ -1,8 +1,9 @@ // This file is generated by cargo2android.py --run --dependencies. -rust_library_host_rlib { +rust_library { name: "libbytes", crate_name: "bytes", + host_supported: true, srcs: ["src/lib.rs"], edition: "2018", features: [ -- cgit v1.2.3