blob: 90cc8418fccccc819cc83f22b210f1cb69e7bc24 [file] [log] [blame]
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 {