allwinner_a64/android/external/elfutils/Android.bp
2018-08-08 16:14:42 +08:00

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"]