aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-12-07 15:51:20 +0900
committerJiyong Park <jiyong@google.com>2020-12-14 16:09:30 +0900
commit5ed28a5afee8737e5149e12494d50e5332be3b36 (patch)
tree15c1159a19840f1cba57bdbe352c7b0d2320a00a /patches
parent1a266ee5bb750cd67f04911cf6f730d399842d3f (diff)
downloadprotobuf-5ed28a5afee8737e5149e12494d50e5332be3b36.tar.gz
add crosvm to com.android.virt
To do so, crosvm and its dependencies have the apex_available property set to "//apex_available:platform", "com.android.virt" to explicitly acknowledge the joining. Bug: 174639241 Test: m com.android.virt Change-Id: Id4bd6439bca52502e48e22082603ba64703e0d4e
Diffstat (limited to 'patches')
-rw-r--r--patches/Android.bp.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch
new file mode 100644
index 0000000..2420ac3
--- /dev/null
+++ b/patches/Android.bp.patch
@@ -0,0 +1,15 @@
+diff --git a/Android.bp b/Android.bp
+index f99592b..44b6b8e 100644
+--- a/Android.bp
++++ b/Android.bp
+@@ -20,6 +20,10 @@ rust_library {
+ rustlibs: [
+ "libbytes",
+ ],
++ apex_available: [
++ "//apex_available:platform",
++ "com.android.virt",
++ ],
+ }
+
+ // dependent_library ["feature_list"]