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