aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-01-29 07:38:32 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-01-29 07:38:32 +0000
commit7fc37b8aee0931bd4093a25f4cd218e604bdd4a7 (patch)
tree9fee875946571b5e3156284b964bf3617ced0ca1 /patches
parentd31e33726f8dd289dd55d3c969d061d54d09b9bc (diff)
parent49f37ac424d7df1f8ee1989d8f3b5ceb6b6a9ea0 (diff)
downloadbytes-7fc37b8aee0931bd4093a25f4cd218e604bdd4a7.tar.gz
Snap for 7110675 from 49f37ac424d7df1f8ee1989d8f3b5ceb6b6a9ea0 to sdk-releaseplatform-tools-31.0.0
Change-Id: I06f0d321c2fed337aca7ff6de91759f5579b41f5
Diffstat (limited to 'patches')
-rw-r--r--patches/Android.bp.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch
new file mode 100644
index 0000000..2290fe4
--- /dev/null
+++ b/patches/Android.bp.patch
@@ -0,0 +1,13 @@
+diff --git a/Android.bp b/Android.bp
+index 16c63a4..75d6b62 100644
+--- a/Android.bp
++++ b/Android.bp
+@@ -10,4 +10,8 @@ rust_library {
+ "default",
+ "std",
+ ],
++ apex_available: [
++ "//apex_available:platform",
++ "com.android.virt",
++ ],
+ }