You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
745 B
43 lines
745 B
cc_defaults { |
|
name: "pdfium-defaults", |
|
cflags: [ |
|
"-O3", |
|
"-fstrict-aliasing", |
|
"-fprefetch-loop-arrays", |
|
"-fexceptions", |
|
|
|
"-Wno-non-virtual-dtor", |
|
"-Wall", |
|
], |
|
|
|
arch: { |
|
arm: { |
|
instruction_set: "arm", |
|
}, |
|
}, |
|
|
|
header_libs: ["pdfium-headers"], |
|
} |
|
|
|
cc_library_headers { |
|
name: "pdfium-headers", |
|
export_include_dirs: ["."], |
|
} |
|
|
|
build = [ |
|
"pdfiumfdrm.bp", |
|
"pdfiumfpdfapi.bp", |
|
"pdfiumfpdfdoc.bp", |
|
"pdfiumfpdftext.bp", |
|
"pdfiumfxcodec.bp", |
|
"pdfiumfxcrt.bp", |
|
"pdfiumfxge.bp", |
|
|
|
"pdfiumjavascript.bp", |
|
"pdfiumformfiller.bp", |
|
"pdfiumfxedit.bp", |
|
"pdfiumpdfwindow.bp", |
|
"pdfium.bp", |
|
] |
|
|
|
subdirs = ["third_party"]
|
|
|