aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-03 12:04:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-03 12:04:03 +0000
commitfb380b3e7f92f6309e9e570890e98941d4176b87 (patch)
treedfb9b48d479edcfd2a5ff0a4ed641daa6cbdbd64
parent68cff43d4dc4ab8cad3f9728ffbc0ea6f81cff11 (diff)
parent3377465e6d0e39b4d45f1f043d3ab84c038d3d94 (diff)
downloadpin-utils-android12-mainline-media-release.tar.gz
Change-Id: I0b1353effe21bf73766cd4e71f6d3c2edaaa1282
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 52d4891..846786d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,8 +45,10 @@ rust_library {
edition: "2018",
apex_available: [
"//apex_available:platform",
+ "com.android.resolv",
"com.android.virt",
],
+ min_sdk_version: "29",
}
rust_defaults {
diff --git a/cargo2android.json b/cargo2android.json
index ac56e26..44e747c 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,8 +1,10 @@
{
"apex-available": [
"//apex_available:platform",
+ "com.android.resolv",
"com.android.virt"
],
+ "min_sdk_version": "29",
"dependencies": true,
"device": true,
"run": true,