fix building for Android (#1568)

This commit is contained in:
Fangjun Kuang
2024-11-27 10:36:16 +08:00
committed by GitHub
parent 2101227269
commit 109fb799ca

View File

@@ -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__