15 lines
262 B
Text
15 lines
262 B
Text
cc_library_static {
|
|
name: "libelf_headers",
|
|
host_supported: true,
|
|
export_include_dirs: [
|
|
".",
|
|
"lib",
|
|
],
|
|
target: {
|
|
android: {
|
|
export_include_dirs: ["bionic-fixup"],
|
|
},
|
|
},
|
|
}
|
|
|
|
subdirs = ["libelf"]
|