1cc_library_shared {
2 name: "libprintspooler_jni",
3
4 srcs: ["com_android_printspooler_util_BitmapSerializeUtils.cpp"],
5
6 shared_libs: [
7 "libnativehelper",
8 "libjnigraphics",
9 "liblog",
10 ],
11
12 cflags: [
13 "-Wall",
14 "-Werror",
15 "-Wunused",
16 "-Wunreachable-code",
17 ],
18}
19