AW: Add AndroidXPlugin in support boundary interfaces gradle file

Applying AndroidXPlugin to fix issues with signing project builds when
it's mirrored to AndroidX repo.

Bug: https://issuetracker.google.com/issues/142394338
Test: manually cherry-pick change to //external and run gradlew :webkit:assembleRelease and gradlew :webview-support-interfaces:assembleRelease
Change-Id: I4156549137c43128087b94307d14284d5b08414e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853265
Auto-Submit: Hazem Ashmawy <hazems@chromium.org>
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Aurimas Liutikas <aurimas@chromium.org>
Reviewed-by: Nate Fischer <ntfschr@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#704758}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 96b1763c14c5ffcb0700a203123218b9aa28e1ee
1 file changed
tree: b86474efd22642b1a7fd38223909282bfe1c7a70
  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.