Publish sherpa_onnx.har for HarmonyOS (#1572)
This commit is contained in:
1
harmony-os/SherpaOnnxHar/sherpa_onnx/src/main/cpp/libs/.gitignore
vendored
Normal file
1
harmony-os/SherpaOnnxHar/sherpa_onnx/src/main/cpp/libs/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.so
|
||||
@@ -0,0 +1,17 @@
|
||||
# Introduction
|
||||
|
||||
You need to get the following four `.so` files using
|
||||
|
||||
- [build-ohos-arm64-v8a.sh](https://github.com/k2-fsa/sherpa-onnx/blob/master/build-ohos-arm64-v8a.sh)
|
||||
- [build-ohos-x86-64.sh](https://github.com/k2-fsa/sherpa-onnx/blob/master/build-ohos-x86-64.sh)
|
||||
|
||||
```
|
||||
.
|
||||
├── README.md
|
||||
├── arm64-v8a
|
||||
│ ├── libonnxruntime.so
|
||||
│ └── libsherpa-onnx-c-api.so
|
||||
└── x86_64
|
||||
├── libonnxruntime.so
|
||||
└── libsherpa-onnx-c-api.so
|
||||
```
|
||||
Reference in New Issue
Block a user