aboutsummaryrefslogtreecommitdiffstats
path: root/third_party/pdfiumpdfiumbase.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 /third_party/pdfiumpdfiumbase.bp
parent49cc930fca516eb75c0a43a047062417e9c0ca6e (diff)
downloadplatform_external_pdfium-668d7fe0d9e05c6e5fc626a11dbdf068c67a4bb5.tar.gz
platform_external_pdfium-668d7fe0d9e05c6e5fc626a11dbdf068c67a4bb5.tar.bz2
platform_external_pdfium-668d7fe0d9e05c6e5fc626a11dbdf068c67a4bb5.zip
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 'third_party/pdfiumpdfiumbase.bp')
-rw-r--r--third_party/pdfiumpdfiumbase.bp11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/pdfiumpdfiumbase.bp b/third_party/pdfiumpdfiumbase.bp
deleted file mode 100644
index fc72eeb5b..000000000
--- a/third_party/pdfiumpdfiumbase.bp
+++ /dev/null
@@ -1,11 +0,0 @@
-cc_library_static {
- name: "libpdfiumpdfiumbase",
- defaults: ["pdfium-third-party"],
-
- srcs: [
- "base/allocator/partition_allocator/address_space_randomization.cc",
- "base/allocator/partition_allocator/page_allocator.cc",
- "base/allocator/partition_allocator/partition_alloc.cc",
- "base/allocator/partition_allocator/spin_lock.cc",
- ],
-}