Ged rid of libfontconfig in Android. Query available fonts from Android system font configuration files.

This commit is contained in:
Imanol Fernandez 2017-06-02 18:40:08 +02:00
parent fa158a78b6
commit 19fbec9d54
7 changed files with 498 additions and 11 deletions

View file

@ -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() };
}