aboutsummaryrefslogtreecommitdiff
path: root/pdfiumfxcodec.bp
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-04-27 18:22:36 -0700
committerHaibo Huang <hhb@google.com>2020-05-05 06:45:57 +0000
commit668d7fe0d9e05c6e5fc626a11dbdf068c67a4bb5 (patch)
tree4cddc2375129544e2bfbeae97cfad0ec34ab1606 /pdfiumfxcodec.bp
parent49cc930fca516eb75c0a43a047062417e9c0ca6e (diff)
downloadpdfium-668d7fe0d9e05c6e5fc626a11dbdf068c67a4bb5.tar.gz
Updates Android.bp for new pdfium
Rewrite Android.bp to follow the new BUILD.gn structure. Will try to set up auto update in following changes. Bug: 155031873 Change-Id: I4a0632e1f5220ecbd257153a647b594a038f1229 Merged-Id: I4a0632e1f5220ecbd257153a647b594a038f1229
Diffstat (limited to 'pdfiumfxcodec.bp')
-rw-r--r--pdfiumfxcodec.bp49
1 files changed, 0 insertions, 49 deletions
diff --git a/pdfiumfxcodec.bp b/pdfiumfxcodec.bp
deleted file mode 100644
index f8b5fb74c..000000000
--- a/pdfiumfxcodec.bp
+++ /dev/null
@@ -1,49 +0,0 @@
-cc_library_static {
- name: "libpdfiumfxcodec",
- defaults: ["pdfium-core"],
-
- cflags: [
- "-Wno-pointer-to-int-cast",
- "-DUSE_SYSTEM_ZLIB",
- "-DUSE_SYSTEM_LIBJPEG",
- ],
-
- static_libs: [
- "libpdfiumfxcrt",
- "libpdfiumlcms2",
- "libpdfiumfx_libopenjpeg",
- ],
-
- shared_libs: [
- "libz",
- "libjpeg",
- ],
-
- srcs: [
- "core/fxcodec/codec/ccodec_scanlinedecoder.cpp",
- "core/fxcodec/codec/fx_codec.cpp",
- "core/fxcodec/codec/fx_codec_fax.cpp",
- "core/fxcodec/codec/fx_codec_flate.cpp",
- "core/fxcodec/codec/fx_codec_icc.cpp",
- "core/fxcodec/codec/fx_codec_jbig.cpp",
- "core/fxcodec/codec/fx_codec_jpeg.cpp",
- "core/fxcodec/codec/fx_codec_jpx_opj.cpp",
- "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp",
- "core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp",
- "core/fxcodec/jbig2/JBig2_BitStream.cpp",
- "core/fxcodec/jbig2/JBig2_Context.cpp",
- "core/fxcodec/jbig2/JBig2_GrdProc.cpp",
- "core/fxcodec/jbig2/JBig2_GrrdProc.cpp",
- "core/fxcodec/jbig2/JBig2_HtrdProc.cpp",
- "core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp",
- "core/fxcodec/jbig2/JBig2_HuffmanTable.cpp",
- "core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.cpp",
- "core/fxcodec/jbig2/JBig2_Image.cpp",
- "core/fxcodec/jbig2/JBig2_PatternDict.cpp",
- "core/fxcodec/jbig2/JBig2_PddProc.cpp",
- "core/fxcodec/jbig2/JBig2_SddProc.cpp",
- "core/fxcodec/jbig2/JBig2_Segment.cpp",
- "core/fxcodec/jbig2/JBig2_SymbolDict.cpp",
- "core/fxcodec/jbig2/JBig2_TrdProc.cpp",
- ],
-}