aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: f606cb940cc1a2646fa932b2891205100514ad0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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",
     ],
 }