aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
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: [