blob: ab9e26fe44509c2d4c663274d9e108025be6c8ec [file] [log] [blame]
Jiyong Park8902f752017-05-11 02:15:24 +09001subdirs = ["tests"]
2
3cc_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
11llndk_library {
12 name: "libvndksupport",
13 symbol_file: "libvndksupport.map.txt",
14 export_include_dirs: ["include"],
15}