diff options
| -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, } |