You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
409 B
21 lines
409 B
diff --git a/Android.bp b/Android.bp
|
|
index 96531ab..43db8ef 100644
|
|
--- a/Android.bp
|
|
+++ b/Android.bp
|
|
@@ -39,6 +39,7 @@ rust_library {
|
|
edition: "2015",
|
|
features: [
|
|
"default",
|
|
+ "std",
|
|
"ticket_mutex",
|
|
],
|
|
apex_available: [
|
|
@@ -56,6 +62,7 @@ rust_defaults {
|
|
edition: "2015",
|
|
features: [
|
|
"default",
|
|
+ "std",
|
|
"ticket_mutex",
|
|
],
|
|
}
|