Disable libbootloader_message for darwin

libfstab is not built for darwin, don't build libbootloader_message
either.

Bug: 131709594
Test: m PRODUCT-sdk-sdk sdk_repo
Change-Id: I6e3b04f1c3e97d5aa6ac0452bf13e714f8dae437
This commit is contained in:
Colin Cross
2019-05-06 09:49:00 -07:00
parent be25cd21e4
commit fb68d38fba
+4 -1
View File
@@ -41,6 +41,9 @@ cc_library {
static_libs: [
"libfstab",
],
}
},
darwin: {
enabled: false,
},
}
}