diff options
Diffstat (limited to 'fxjs/Android.bp')
| -rw-r--r-- | fxjs/Android.bp | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/fxjs/Android.bp b/fxjs/Android.bp new file mode 100644 index 000000000..9616816ea --- /dev/null +++ b/fxjs/Android.bp @@ -0,0 +1,30 @@ +cc_library_static { + name: "libpdfium-fxjs", + defaults: ["pdfium-core"], + + visibility: ["//external/pdfium:__subpackages__"], + + header_libs: [ + "libpdfium-constants", + ], + + static_libs: [ + "libpdfium-fdrm", + "libpdfium-page", + "libpdfium-parser", + "libpdfium-render", + "libpdfium-fpdfdoc", + "libpdfium-fxge", + ], + + srcs: [ + "cjs_event_context_stub.cpp", + "cjs_runtimestub.cpp", + "ijs_runtime.cpp", + ], + + include_dirs: [ + "external/freetype/include", + "external/freetype/include/freetype", + ], +} |
