diff --git a/Android.bp b/Android.bp | |
index 3e82eff..550133f 100644 | |
--- a/Android.bp | |
+++ b/Android.bp | |
@@ -35,9 +35,11 @@ rust_test { | |
srcs: ["src/lib.rs"], | |
test_suites: ["general-tests"], | |
auto_gen_config: true, | |
+ // 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, | |
}, | |
edition: "2015", | |
rustlibs: [ | |