mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
9 lines
298 B
Rust
9 lines
298 B
Rust
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
|
|
|
#[cfg(target_os = "android")]
|
|
pub mod gl_glue;
|
|
|
|
#[cfg(target_os = "android")]
|
|
mod android;
|