tree: 19465800303c80539ddc03e92d259933ba8cb3f5 [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