Merge "Mark libvbmeta_test as not unit tests" am: 8d84d08da6 am: 42da52aae6 am: 8e491dced4
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1558427 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I4dfd2c7e84a507bff22c483d79e95f0f8d96abf3
This commit is contained in:
commit
4767ff6346
1 changed files with 5 additions and 1 deletions
|
|
@ -53,4 +53,8 @@ cc_test_host {
|
|||
data: [
|
||||
"data/*",
|
||||
],
|
||||
}
|
||||
// Not unit tests due to several binary and lib dependencies currently hard to replicate in continuous execution
|
||||
test_options: {
|
||||
unit_test: false,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue