aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Stokes <alanstokes@google.com>2021-09-17 13:15:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-09-17 13:15:42 +0000
commit32f6e1a9af6c4d5d8577bbf9141116cc3ed85711 (patch)
tree77700dd8a9bfdc3bc7583c63a5497a07c60a39b1
parentd4ba6448b815bdb6ef5e9a40b37989747ee551d9 (diff)
parent3c773746d2b7551c05b2593f2044c8944a520f81 (diff)
downloadnum-traits-32f6e1a9af6c4d5d8577bbf9141116cc3ed85711.tar.gz
Allow CompOS access to num-traits am: 92b538c1ff am: 9b0281c290 am: ab059cb826 am: 3c773746d2
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/num-traits/+/1827880 Change-Id: Ib76e52f58fd4ad2a9ec1f7b7e8ef4faa5ce5d774
-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
+}