You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
332 B

subdirs = ["tests"]
cc_library {
name: "libvndksupport",
srcs: ["linker.c"],
local_include_dirs: ["include/vndksupport"],
export_include_dirs: ["include"],
shared_libs: ["liblog"],
}
llndk_library {
name: "libvndksupport",
symbol_file: "libvndksupport.map.txt",
export_include_dirs: ["include"],
}