Skip to content

Commit

Permalink
Remove ohos cfg from gl_glue
Browse files Browse the repository at this point in the history
This should be added in a follow up PR, since currently the
build script does not generate the bindings for ohos.

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
  • Loading branch information
jschwe committed Jun 18, 2024
1 parent 93575be commit 8803842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/servoshell/egl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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(any(target_os = "android", target_env = "ohos"))]
#[cfg(target_os = "android")]
pub mod gl_glue;

#[cfg(target_os = "android")]
Expand Down

0 comments on commit 8803842

Please sign in to comment.