aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:18:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:18:37 +0000
commite87b3307035256cb0813aa206a05d01c97b693c4 (patch)
treec33e9de21d4d35ffbe2ced3c669a64d6fbfd68a5
parentd00fa570a327c06923b1468e08310a9a5353e432 (diff)
parentcb1cf7b117c913f873e47d325fbc4012f3819746 (diff)
downloadzip-android14-d1-s4-release.tar.gz
Change-Id: I2dfb62d57060deb27db601ae89d0c38675b173c3
-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"],