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:
@@ -41,6 +41,9 @@ cc_library {
|
||||
static_libs: [
|
||||
"libfstab",
|
||||
],
|
||||
}
|
||||
},
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user