mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Ged rid of libfontconfig in Android. Query available fonts from Android system font configuration files.
This commit is contained in:
parent
fa158a78b6
commit
19fbec9d54
7 changed files with 498 additions and 11 deletions
|
@ -204,7 +204,7 @@ impl app::NestedEventLoopListener for BrowserWrapper {
|
|||
#[cfg(target_os = "android")]
|
||||
fn setup_logging() {
|
||||
// Piping logs from stdout/stderr to logcat happens in android_injected_glue.
|
||||
::std::env::set_var("RUST_LOG", "debug");
|
||||
::std::env::set_var("RUST_LOG", "error");
|
||||
|
||||
unsafe { android_injected_glue::ffi::app_dummy() };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue