aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: 7261f1cfeb51ce38cff556de19a58b58df31c02b (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 bfe5e04..e2a16fd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,11 @@ rust_library {
     rustlibs: [
         "libtinyvec_macros",
     ],
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.resolv",
+    ],
+    min_sdk_version: "29",
 }
 
 // dependent_library ["feature_list"]