aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: 97e8d62179af1f8624e97d0bef9d75b5554e9bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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,
     },
 }