Merge "Skip building libfs_avb unittest for Mac"

This commit is contained in:
Treehugger Robot 2019-01-06 07:46:44 +00:00 committed by Gerrit Code Review
commit 301b394a36
1 changed files with 5 additions and 0 deletions

View File

@ -32,4 +32,9 @@ cc_test_host {
srcs: [
"fs_avb_unittest_util.cpp",
],
target: {
darwin: {
enabled: false,
},
},
}