Skip to content

Commit

Permalink
fix building for Android (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Nov 27, 2024
1 parent 2101227 commit 109fb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa-onnx/csrc/online-transducer-model.cc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ std::unique_ptr<OnlineTransducerModel> OnlineTransducerModel::Create(

#if __ANDROID_API__ >= 9
template std::unique_ptr<OnlineTransducerModel> OnlineTransducerModel::Create(
Manager *mgr, const OnlineModelConfig &config);
AAssetManager *mgr, const OnlineModelConfig &config);
#endif

#if __OHOS__
Expand Down

0 comments on commit 109fb79

Please sign in to comment.