Merge "Mark libvbmeta_test as not unit tests" am: 8d84d08da6 am: 42da52aae6

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1558427

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I58ab41f5e560eeeb75ddbe53162f3a0db16b034d
This commit is contained in:
Bowgo Tsai 2021-01-25 09:40:02 +00:00 committed by Automerger Merge Worker
commit 8e491dced4

View file

@ -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,
},
}