Some fixes to compile for Android (#1063)

* Some fixes to compile for Android

* Revert change to cli
This commit is contained in:
Pierre Krieger
2020-05-04 16:04:33 +02:00
committed by GitHub
parent 3b309c776c
commit 626a4aeccf
5 changed files with 19 additions and 14 deletions
-1
View File
@@ -53,7 +53,6 @@ pub use self::shared_table::{
};
pub use self::validation_service::{ServiceHandle, ServiceBuilder};
#[cfg(not(target_os = "unknown"))]
pub use parachain::wasm_executor::run_worker as run_validation_worker;
mod dynamic_inclusion;