aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-11-11 13:05:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-11-11 13:05:42 +0000
commit04dd145e1ad0a10386ed93eaf10e506b0056a92f (patch)
tree94498c519b5f04456421606db31c2a1b2435260e
parent56c7b5c86cd06683feb07d93ad5b9e052ffb78f6 (diff)
parentc476854138b72f5df7f61920f2024411206edcf1 (diff)
downloadthiserror-android12-mainline-resolv-release.tar.gz
Change-Id: Id91448669fe928837f01da2875ce055f80679cd1
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json4
2 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index b0525ae..b5ce3cb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,8 +46,10 @@ rust_library {
proc_macros: ["libthiserror_impl"],
apex_available: [
"//apex_available:platform",
+ "com.android.resolv",
"com.android.virt",
],
+ min_sdk_version: "29",
}
// dependent_library ["feature_list"]
diff --git a/cargo2android.json b/cargo2android.json
index 42b7833..9b5d982 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,9 +1,11 @@
{
"apex-available": [
"//apex_available:platform",
+ "com.android.resolv",
"com.android.virt"
],
"dependencies": true,
"device": true,
+ "min_sdk_version": "29",
"run": true
-} \ No newline at end of file
+}