blob: ddfc29d69d43996232e9f67f0b8e4f878a6914ea [file] [log] [blame]
cc_library_headers {
name: "libFLAC-config",
export_include_dirs: ["."],
vendor_available: true,
host_supported: true,
target: {
darwin: {
enabled: false,
},
},
}
cc_library_headers {
name: "libFLAC-headers",
export_include_dirs: ["include"],
vendor_available: true,
host_supported: true,
target: {
darwin: {
enabled: false,
},
},
}
subdirs = ["libFLAC"]