blob: cfbe939eba28b3d69244580fef77289dc683ea77 [file] [log] [blame]
Haibo Huang668d7fe2020-04-27 18:22:36 -07001cc_library_static {
2 name: "libpdfium-fxcrt",
3 defaults: ["pdfium-core"],
4
5 visibility: ["//external/pdfium:__subpackages__"],
6
7 header_libs: [
8 "libandroidicu_headers",
9 ],
10
11 export_header_lib_headers: [
12 "libandroidicu_headers",
13 ],
14
15 static_libs: [
16 "libpdfium-third_party-base",
17 ],
18
19 shared_libs: [
20 "libandroidicu",
21 ],
22
23 exclude_srcs: [
24 // is_win
25 "cfx_fileaccess_windows.cpp",
26 // pdf_enable_xfa
27 "cfx_memorystream.cpp",
28 ],
29
30 srcs: [
31 "*.cpp",
32 "xml/*.cpp",
33 ],
34}