d288e5fd05
Change-Id: Ie33f0b8b7996536a73f660cba5b4700964d8b03f Signed-off-by: OdSazib <odsazib@gmail.com>
28 lines
450 B
Text
28 lines
450 B
Text
|
|
|
|
cc_library_shared {
|
|
name: "libipanat",
|
|
|
|
header_libs: ["generated_kernel_headers"],
|
|
|
|
srcs: [
|
|
"src/ipa_nat_drv.c",
|
|
"src/ipa_nat_drvi.c",
|
|
],
|
|
|
|
shared_libs:
|
|
["libcutils",
|
|
"libdl",
|
|
"libbase",
|
|
"libutils",
|
|
],
|
|
export_include_dirs: ["inc"],
|
|
vendor: true,
|
|
cflags: [
|
|
"-DDEBUG",
|
|
"-Wall",
|
|
"-Werror",
|
|
] + ["-DFEATURE_IPA_ANDROID"],
|
|
|
|
clang: true,
|
|
}
|