Home | History | Annotate | Download | only in elfutils
      1 cc_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 
     15 subdirs = ["libelf"]
     16