blob: b59164772c66ecd9afdd6416470d3fbf5b6d36d7 [file] [log] [blame]
Colin Cross25c1a402016-07-13 14:00:38 -07001cc_library_static {
2 name: "libelf_headers",
3 host_supported: true,
Logan Chien5b9335f2018-03-08 15:50:02 +08004 vendor_available: true,
Colin Cross25c1a402016-07-13 14:00:38 -07005 export_include_dirs: [
6 ".",
7 "lib",
8 ],
9 target: {
10 android: {
11 export_include_dirs: ["bionic-fixup"],
12 },
13 },
14}
15
16subdirs = ["libelf"]