aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-12-14 16:08:40 +0900
committerJiyong Park <jiyong@google.com>2020-12-14 16:08:40 +0900
commit59144aa25ab2e0a8e98d44711e0107d7cee0f2f6 (patch)
tree4dbae9166891306b19fa13279f53c117ec7cb827 /patches
parent767170eaa60a55b57400e5f5eb4259b9d5ba05a1 (diff)
downloadnum_cpus-59144aa25ab2e0a8e98d44711e0107d7cee0f2f6.tar.gz
add crosvm to com.android.virtplatform-tools-31.0.0
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: I0aee4291b81ffb7b6db931efc78df0400e0ab58d
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..968209d
--- /dev/null
+++ b/patches/Android.bp.patch
@@ -0,0 +1,15 @@
+diff --git a/Android.bp b/Android.bp
+index 5c46750..fd8d3d0 100644
+--- a/Android.bp
++++ b/Android.bp
+@@ -9,6 +9,10 @@ rust_library {
+ rustlibs: [
+ "liblibc",
+ ],
++ apex_available: [
++ "//apex_available:platform",
++ "com.android.virt",
++ ],
+ }
+
+ // dependent_library ["feature_list"]