blob: 375e36d1522e1351f433128aa2dd816f37fdac38 [file] [log] [blame]
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"]