19 lines
350 B
Plaintext
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"]
|