2017-05-10 19:15:24 +02:00
|
|
|
subdirs = ["tests"]
|
|
|
|
|
2017-05-26 10:57:18 +02:00
|
|
|
cc_library {
|
2017-05-10 19:15:24 +02:00
|
|
|
name: "libvndksupport",
|
|
|
|
srcs: ["linker.c"],
|
2017-10-03 00:20:07 +02:00
|
|
|
cflags: ["-Wall", "-Werror"],
|
2017-05-10 19:15:24 +02:00
|
|
|
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"],
|
|
|
|
}
|