tree: 2f85814ad1178b0fb7c1dcbe63e9cf49c018cd21 [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