tree: c039a65e608ab0834ec7fc20e74d9ab8e7d9e8c1 [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