Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 468 Bytes

//android_webview/glue/

This folder contains a shim layer between the public frameworks APIs (android.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