| 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"] |