commit | c0945310adf96d38a6c8d3319ff2180e3afd8442 | [log] [tgz] |
---|---|---|
author | Sam Dubey <dubeyshubham@google.com> | Tue Jun 11 14:42:12 2024 +0000 |
committer | Sam Dubey <dubeyshubham@google.com> | Wed Jun 26 17:31:06 2024 +0000 |
tree | a3c434dc882bb2b7119f25c83eefba22121b1e22 | |
parent | 0eaa9725aae85b3c956c9eba5c0ac1e7a48ee001 [diff] |
Add inputflinger unit tests to device-platinum-tests suite Change-Id: Ia5de14f81e5050efe224a3bed5bfd2cb58f6af57
diff --git a/services/inputflinger/tests/Android.bp b/services/inputflinger/tests/Android.bp index cf0d46a..bea457b 100644 --- a/services/inputflinger/tests/Android.bp +++ b/services/inputflinger/tests/Android.bp
@@ -115,5 +115,8 @@ test_options: { unit_test: true, }, - test_suites: ["device-tests"], + test_suites: [ + "device-tests", + "device-platinum-tests", + ], }