Jiyong Park | 8902f75 | 2017-05-11 02:15:24 +0900 | [diff] [blame] | 1 | subdirs = ["tests"] |
2 | |||||
3 | cc_library_shared { | ||||
4 | name: "libvndksupport", | ||||
5 | srcs: ["linker.c"], | ||||
6 | local_include_dirs: ["include/vndksupport"], | ||||
7 | export_include_dirs: ["include"], | ||||
8 | shared_libs: ["liblog"], | ||||
9 | } | ||||
10 | |||||
11 | llndk_library { | ||||
12 | name: "libvndksupport", | ||||
13 | symbol_file: "libvndksupport.map.txt", | ||||
14 | export_include_dirs: ["include"], | ||||
15 | } |