fix: Package import
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
export ANDROID_NDK_HOME=/home/kuba/.Android/Sdk/ndk/29.0.14206865/
|
||||
#export ANDROID_NDK_HOME=/home/kuba/.Android/Sdk/ndk/29.0.14206865/
|
||||
export ANDROID_NDK_HOME=/home/kuba/.Android/Sdk/ndk/27.0.12077973/
|
||||
|
||||
# Configuration
|
||||
PROJECT_NAME="jecna_supl_client"
|
||||
|
||||
@@ -8,6 +8,7 @@ mod report;
|
||||
use std::sync::RwLock;
|
||||
|
||||
pub use models::*;
|
||||
pub use report::ReportLocation;
|
||||
|
||||
use crate::report::{report_impl, ReportLocation};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user