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
+4 -1
View File
@@ -41,6 +41,9 @@ cc_library {
static_libs: [ static_libs: [
"libfstab", "libfstab",
], ],
} },
darwin: {
enabled: false,
},
} }
} }