AW: add build.gradle to build boundary interfaces in AndroidX

Add build.gradle and AndroidManifest.xml files that are needed to build
these interfaces as an independent target in AndroidX repo.

These files are used by AndroidX build scripts only and should not be
used inside chromium project.

Bug: https://issuetracker.google.com/issues/140178227
Change-Id: I7686c7e49bfc023dd818210e583b7f535fe9b61c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823119
Commit-Queue: Hazem Ashmawy <hazems@chromium.org>
Reviewed-by: Nate Fischer <ntfschr@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#700292}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: ca285c942119e05e23dcfc340ecc3b7450b015f2
2 files changed
tree: 8f25f5ea258a954b412c1b161cc9a61d16f8fbd8
  1. src/
  2. .gitignore
  3. AndroidManifest.xml
  4. BUILD.gn
  5. build.gradle
  6. DEPS
  7. OWNERS
  8. proguard.flags
  9. README.md
README.md

Webkit Boundary Interfaces

Note: the canonical copy of the boundary interfaces lives in the chromium repository; this subdirectory of chromium is mirrored into the Android project for use by the webkit AndroidX module.

If you‘re reading this file in the Android repository, don’t make changes in this folder. Please make changes in chromium, or contact the OWNERS in frameworks/support/webkit/.

If you're reading this file in the chromium repository, you should feel free to make changes. Please be aware that this folder has strict import requirements (enforced by DEPS), because it must continue to build when mirrored into Android.