tree: 06995aeb11c939155d995d00f9f8c5850d980600 [path history] [tgz]
  1. boundary_interfaces/
  2. callback/
  3. java/
  4. BUILD.gn
  5. OWNERS
  6. PRESUBMIT.py
  7. README.md
android_webview/support_library/README.md

//android_webview/support_library/

This folder contains a shim layer between the public AndroidX APIs (androidx.webkit.*) and WebView's implementation, and allows them to (mostly) not directly depend on each other.

Folder Dependencies

//android_webview/java/ must not depend on this directory.

See Also