aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/Android.bp.patch')
-rw-r--r--patches/Android.bp.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch
new file mode 100644
index 0000000..97e8d62
--- /dev/null
+++ b/patches/Android.bp.patch
@@ -0,0 +1,16 @@
+diff --git a/Android.bp b/Android.bp
+index 8e11707..a156cb8 100644
+--- a/Android.bp
++++ b/Android.bp
+@@ -62,8 +62,10 @@ rust_defaults {
+ rust_test_host {
+ name: "vulkano_host_test_src_lib",
+ defaults: ["vulkano_test_defaults"],
++ // Manually disabled as these tests depend on specific graphics libraries
++ // being available on the machine running the tests.
+ test_options: {
+- unit_test: true,
++ unit_test: false,
+ },
+ }
+