Merge "Add cow_api_test to presubmit."

This commit is contained in:
David Anderson 2021-05-06 17:36:27 +00:00 committed by Gerrit Code Review
commit 53dfaceac4
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,9 @@
},
{
"name": "libsnapshot_fuzzer_test"
},
{
"name": "cow_api_test"
}
]
}

View File

@ -479,6 +479,9 @@ cc_test {
"libgtest",
"libsnapshot_cow",
],
test_suites: [
"device-tests"
],
test_min_api_level: 30,
auto_gen_config: true,
require_root: false,