aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp15
1 files changed, 7 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index b5ce3cb..b1dc159 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,20 +41,19 @@ rust_library {
name: "libthiserror",
host_supported: true,
crate_name: "thiserror",
+ cargo_env_compat: true,
+ cargo_pkg_version: "1.0.30",
srcs: ["src/lib.rs"],
edition: "2018",
proc_macros: ["libthiserror_impl"],
apex_available: [
"//apex_available:platform",
- "com.android.resolv",
+ "com.android.bluetooth",
+ "com.android.compos",
+ "com.android.resolv",
+ "com.android.uwb",
"com.android.virt",
],
+ vendor_available: true,
min_sdk_version: "29",
}
-
-// dependent_library ["feature_list"]
-// proc-macro2-1.0.26 "default,proc-macro"
-// quote-1.0.9 "default,proc-macro"
-// syn-1.0.71 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
-// thiserror-impl-1.0.24
-// unicode-xid-0.2.1 "default"