• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/src/prefixed.rs b/src/prefixed.rs
2index 0f1c13e8c..c8ac807ee 100644
3--- a/src/prefixed.rs
4+++ b/src/prefixed.rs
5@@ -68,7 +68,8 @@ macro_rules! prefixed_item {
6     } => {
7         prefixed_item! {
8             $attr
9-            { concat!(env!("RING_CORE_PREFIX"), stringify!($name)) }
10+            //{ concat!(env!("RING_CORE_PREFIX"), stringify!($name)) }
11+            { concat!("ring_core_android_platform_", stringify!($name)) }
12             { $( $item )+ }
13         }
14     };
15