blob: 789312e58863a84d3e8d48dd0bd3915725bc9829 [file] [log] [blame]
Dan Willemsen4888b1f2018-05-09 20:30:33 -07001cc_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}