Merge "Disable libbootloader_message for darwin"

This commit is contained in:
Treehugger Robot
2019-05-06 21:09:10 +00:00
committed by Gerrit Code Review

View File

@@ -41,6 +41,9 @@ cc_library {
static_libs: [
"libfstab",
],
}
},
darwin: {
enabled: false,
},
}
}