Files
2023-05-14 11:44:44 +00:00

19 lines
350 B
Plaintext

cc_library_headers {
name: "elfutils_headers",
host_supported: true,
vendor_available: true,
export_include_dirs: [
".",
"include",
"lib",
],
target: {
android: {
export_include_dirs: ["bionic-fixup"],
},
},
visibility: [":__subpackages__"],
}
subdirs = ["libelf"]