aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: 90cc8418fccccc819cc83f22b210f1cb69e7bc24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/Android.bp b/Android.bp
index 52ab13d..eaf9020 100644
--- a/Android.bp
+++ b/Android.bp
@@ -6,6 +6,11 @@ rust_library {
     crate_name: "untrusted",
     srcs: ["src/untrusted.rs"],
     edition: "2018",
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.resolv",
+    ],
+    min_sdk_version: "29",
 }
 
 rust_defaults {