aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Stokes <alanstokes@google.com>2021-09-17 13:03:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-09-17 13:03:33 +0000
commit3c773746d2b7551c05b2593f2044c8944a520f81 (patch)
tree77700dd8a9bfdc3bc7583c63a5497a07c60a39b1
parentf854f444384f66926cd536d9bd533fc18e7a9090 (diff)
parentab059cb826b2238e37569089e337cafcc6aca8b2 (diff)
downloadnum-traits-3c773746d2b7551c05b2593f2044c8944a520f81.tar.gz
Allow CompOS access to num-traits am: 92b538c1ff am: 9b0281c290 am: ab059cb826
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/num-traits/+/1827880 Change-Id: Ifa62d2f93466f0598fd994cbf76ddbf57adc7916
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4a33246..ac05f3c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,7 @@ rust_library {
],
apex_available: [
"//apex_available:platform",
+ "com.android.compos",
"com.android.virt",
],
}
diff --git a/cargo2android.json b/cargo2android.json
index ac56e26..0e54308 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,10 +1,11 @@
{
"apex-available": [
"//apex_available:platform",
+ "com.android.compos",
"com.android.virt"
],
"dependencies": true,
"device": true,
"run": true,
"tests": true
-} \ No newline at end of file
+}