blob: b6242232355762cc81923c8b742d5a96b4518551 [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"],
6 local_include_dirs: ["include/vndksupport"],
7 export_include_dirs: ["include"],
8 shared_libs: ["liblog"],
9}
10
11llndk_library {
12 name: "libvndksupport",
13 symbol_file: "libvndksupport.map.txt",
14 export_include_dirs: ["include"],
15}