Chaitanya Pratapa | b367a24 | 2019-11-26 11:11:48 -0800 | [diff] [blame^] | 1 | |
2 | |||||
3 | cc_library_shared { | ||||
4 | name: "libipanat", | ||||
5 | |||||
6 | header_libs: ["qti_kernel_headers"], | ||||
7 | |||||
8 | srcs: [ | ||||
9 | "src/ipa_nat_drv.c", | ||||
10 | "src/ipa_nat_drvi.c", | ||||
11 | ], | ||||
12 | |||||
13 | shared_libs: | ||||
14 | ["libcutils", | ||||
15 | "libdl", | ||||
16 | "libbase", | ||||
17 | "libutils", | ||||
18 | ], | ||||
19 | export_include_dirs: ["inc"], | ||||
20 | vendor: true, | ||||
21 | cflags: [ | ||||
22 | "-DDEBUG", | ||||
23 | "-Wall", | ||||
24 | "-Werror", | ||||
25 | ] + ["-DFEATURE_IPA_ANDROID"], | ||||
26 | |||||
27 | clang: true, | ||||
28 | } |