• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_static {
2    name: "libelf_headers",
3    host_supported: true,
4    export_include_dirs: [
5        ".",
6        "lib",
7    ],
8    target: {
9        android: {
10            export_include_dirs: ["bionic-fixup"],
11        },
12    },
13}
14
15subdirs = ["libelf"]
16