aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 03:05:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 03:05:03 +0000
commit697f84a4106a79fcc3de0f10e85e9423217e5409 (patch)
tree252a378bfaad1976f5f9ecf366574d7e62e75985
parentc9e384d8920e124e2f7f3110507f197d6b34119c (diff)
parent94460f8b2b90049065529b3e4e3cf53f5b0981f0 (diff)
downloadarbitrary-android13-qpr1-s3-release.tar.gz
Change-Id: I13153cf7e6007fdd813fdfa731e2ef49613707b4
-rw-r--r--Android.bp4
-rw-r--r--cargo2android.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2f1fb3d..83c7cf4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -96,4 +96,8 @@ rust_library_rlib {
"derive_arbitrary",
],
proc_macros: ["libderive_arbitrary"],
+ apex_available: [
+ "com.android.uwb",
+ ],
+ min_sdk_version: "Tiramisu",
}
diff --git a/cargo2android.json b/cargo2android.json
index 8c95f8e..47d3147 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,8 +1,12 @@
{
+ "apex_available": [
+ "com.android.uwb"
+ ],
"dependencies": true,
"device": true,
"features": "derive",
"force-rlib": true,
+ "min_sdk_version": "Tiramisu",
"run": true,
"tests": true
} \ No newline at end of file