diff options
| author | 2024-09-16 22:10:15 +0000 | |
|---|---|---|
| committer | 2024-09-16 22:10:15 +0000 | |
| commit | 89420c80be124fa76e7ec49318117e62dcd49d61 (patch) | |
| tree | 90f97853dd38e25c18b4c4c13de44a28227d8466 | |
| parent | 3900c6d6e855855469279484be732e4ba17f5389 (diff) | |
| parent | 7ce293b86d418ed1040cf307df8378beaefadd8c (diff) | |
Merge "Disable native coverage for libinput_tests and inputflinger_tests." into main
| -rw-r--r-- | libs/input/tests/Android.bp | 1 | ||||
| -rw-r--r-- | services/inputflinger/tests/Android.bp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libs/input/tests/Android.bp b/libs/input/tests/Android.bp index e9d799ed3f..9c0a41eafe 100644 --- a/libs/input/tests/Android.bp +++ b/libs/input/tests/Android.bp @@ -91,6 +91,7 @@ cc_test { }, }, }, + native_coverage: false, } // NOTE: This is a compile time test, and does not need to be diff --git a/services/inputflinger/tests/Android.bp b/services/inputflinger/tests/Android.bp index cf0d46a75d..18b6c5e47b 100644 --- a/services/inputflinger/tests/Android.bp +++ b/services/inputflinger/tests/Android.bp @@ -116,4 +116,5 @@ cc_test { unit_test: true, }, test_suites: ["device-tests"], + native_coverage: false, } |