blob: e73b3665260732a59c78bea587604b13e315c195 [file] [log] [blame]
Jiyong Park8902f752017-05-11 02:15:24 +09001subdirs = ["tests"]
2
Jiyong Park0b3c24b2017-05-26 17:57:18 +09003cc_library {
Jiyong Park8902f752017-05-11 02:15:24 +09004 name: "libvndksupport",
5 srcs: ["linker.c"],
Elliott Hughesdc699a22018-02-16 17:58:14 -08006 cflags: [
7 "-Wall",
8 "-Werror",
9 ],
Jiyong Park8902f752017-05-11 02:15:24 +090010 local_include_dirs: ["include/vndksupport"],
11 export_include_dirs: ["include"],
12 shared_libs: ["liblog"],
13}
14
15llndk_library {
16 name: "libvndksupport",
17 symbol_file: "libvndksupport.map.txt",
18 export_include_dirs: ["include"],
19}