allwinner_a64/android/external/pdfium/pdfiumjavascript.bp
2018-08-08 16:14:42 +08:00

17 lines
445 B
Text

cc_library_static {
name: "libpdfiumjavascript",
defaults: ["pdfium-defaults"],
cflags: [
"-DOPJ_STATIC",
"-DV8_DEPRECATION_WARNINGS",
"-D_CRT_SECURE_NO_WARNINGS",
// Mask some warnings. These are benign, but we probably want to fix them
// upstream at some point.
"-Wno-sign-compare",
"-Wno-unused-parameter",
],
srcs: ["fpdfsdk/javascript/JS_Runtime_Stub.cpp"],
}