blob: af1b4e17b9c1e9211a10db288994429310626217 [file] [log] [blame] [view]
# //android\_webview/support_library/
This folder contains a shim layer between the public AndroidX APIs
([`androidx.webkit.*`](https://developer.android.com/reference/androidx/webkit/package-summary))
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
- [//android\_webview/glue/](/android_webview/glue/README.md)