Merge "Disable libbootloader_message for darwin"

am: 12262d568a

Change-Id: Ic3016f69893c4f5792f30be1edf341e6d6338297
This commit is contained in:
Colin Cross
2019-05-06 14:25:08 -07:00
committed by android-build-merger

View File

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