aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:23:15 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:23:15 +0000
commite125ac07f654f1dec35bb19ea580f3ee31db5d7c (patch)
treec33e9de21d4d35ffbe2ced3c669a64d6fbfd68a5
parent87676bf89a3e0ae6610f4534010e0c264d9839ae (diff)
parent493fe954f73c18b2248c05fe057afef049cac7ff (diff)
downloadzip-android14-s2-release.tar.gz
Change-Id: I294300cf9754bcb2072bd4a35a508326d7e67aeb
-rw-r--r--Android.bp2
-rw-r--r--patches/Android.bp.diff4
2 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 95ddeda..8ccfd4a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,6 +40,8 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
arch: {
arm: {
rustlibs: ["libcrossbeam_utils"],
diff --git a/patches/Android.bp.diff b/patches/Android.bp.diff
index c0037cc..dfeb034 100644
--- a/patches/Android.bp.diff
+++ b/patches/Android.bp.diff
@@ -2,10 +2,12 @@ diff --git a/Android.bp b/Android.bp
index 2373253..c0b2349 100644
--- a/Android.bp
+++ b/Android.bp
-@@ -39,4 +39,9 @@ rust_library {
+@@ -39,6 +39,11 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
+ arch: {
+ arm: {
+ rustlibs: ["libcrossbeam_utils"],