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 -1
View File
@@ -45,7 +45,7 @@ pub use polkadot_primitives::parachain::{CollatorId, ParachainHost};
pub use polkadot_primitives::Block;
pub use sp_runtime::traits::{Block as BlockT, self as runtime_traits, BlakeTwo256};
pub use chain_spec::{PolkadotChainSpec, KusamaChainSpec, WestendChainSpec};
#[cfg(not(target_os = "unknown"))]
#[cfg(feature = "full-node")]
pub use consensus::run_validation_worker;
pub use codec::Codec;
pub use polkadot_runtime;