Build libsparse and simg2img for Mac OS X as part of Cuttlefish launcher tools

Bug: 288493595
Test: m libsparse simg2img
Change-Id: I9e0c5c77b9b2b5994bf52e1ca9fdb84bc1523d5d
This commit is contained in:
A. Cody Schuffelen 2023-06-22 17:06:40 -07:00
parent 6c58df5766
commit 0236af54cd

View file

@ -28,6 +28,9 @@ cc_library {
"libbase",
],
target: {
darwin: {
enabled: true,
},
windows: {
enabled: true,
},
@ -52,6 +55,11 @@ cc_binary {
],
cflags: ["-Werror"],
target: {
darwin: {
enabled: true,
},
},
}
cc_binary {