Merge "Add cow_api_test to presubmit."
This commit is contained in:
commit
53dfaceac4
|
@ -17,6 +17,9 @@
|
|||
},
|
||||
{
|
||||
"name": "libsnapshot_fuzzer_test"
|
||||
},
|
||||
{
|
||||
"name": "cow_api_test"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue