blob: fec79b70ddaefe9f8af72fdf4c3dc1b433683e99 [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"],
Chih-Hung Hsieh122352d2017-10-02 15:20:07 -07006 cflags: ["-Wall", "-Werror"],
Jiyong Park8902f752017-05-11 02:15:24 +09007 local_include_dirs: ["include/vndksupport"],
8 export_include_dirs: ["include"],
9 shared_libs: ["liblog"],
10}
11
12llndk_library {
13 name: "libvndksupport",
14 symbol_file: "libvndksupport.map.txt",
15 export_include_dirs: ["include"],
16}