aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: 3b90dc34c6d02368c72bdb370771842efd33ae9d (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 f3305e8..75e8805 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,11 @@ rust_library {
         "libmatches",
         "libpercent_encoding",
     ],
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.resolv",
+    ],
+    min_sdk_version: "29",
 }
 
 rust_defaults {