blob: b92c76c9f36ad427b5ad828a22d55a032e1bf1c9 [file] [log] [blame]
Jiyong Park0b3c24b2017-05-26 17:57:18 +09001cc_library {
Jiyong Park8902f752017-05-11 02:15:24 +09002 name: "libvndksupport",
dimitry15f8ce32019-05-16 14:20:31 +02003 native_bridge_supported: true,
Ryan Prichard807d9d62019-07-15 13:35:31 -07004 srcs: ["linker.cpp"],
Elliott Hughesdc699a22018-02-16 17:58:14 -08005 cflags: [
6 "-Wall",
7 "-Werror",
8 ],
Jiyong Park8902f752017-05-11 02:15:24 +09009 local_include_dirs: ["include/vndksupport"],
10 export_include_dirs: ["include"],
dimitry0c119412019-03-19 12:29:49 +010011 shared_libs: [
12 "libdl_android",
13 "liblog",
14 ],
Dongwon Kang9dff5152019-02-08 14:00:35 -080015 version_script: "libvndksupport.map.txt",
16 stubs: {
17 symbol_file: "libvndksupport.map.txt",
18 versions: ["29"],
19 },
Jiyong Park8902f752017-05-11 02:15:24 +090020}
21
22llndk_library {
23 name: "libvndksupport",
dimitry15f8ce32019-05-16 14:20:31 +020024 native_bridge_supported: true,
Jiyong Park8902f752017-05-11 02:15:24 +090025 symbol_file: "libvndksupport.map.txt",
26 export_include_dirs: ["include"],
27}