Merge "Disable libbootloader_message for darwin" am: 12262d568a am: 5a25636f34

am: b0270e043a

Change-Id: I288c4b0a18275e83f4cc0fbe4997252eb595e273
This commit is contained in:
Colin Cross
2019-05-06 14:35:11 -07:00
committed by android-build-merger

View File

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