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

View file

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