mirror of
https://github.com/openharmony/ai_engine.git
synced 2026-07-01 20:14:02 -04:00
@@ -40,10 +40,8 @@ static_library("keyword_spotting_sdk") {
|
||||
deps = [
|
||||
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
|
||||
"//foundation/ai/ai_engine/services/client:ai_client",
|
||||
"//foundation/ai/ai_engine/services/common/platform/os_wrapper/feature:audio_features_sdk",
|
||||
"//foundation/ai/ai_engine/services/common/platform/os_wrapper/utils:plugin_helper",
|
||||
"//foundation/ai/ai_engine/services/common/utils/encdec:encdec",
|
||||
"//third_party/bounds_checking_function:libsec_shared",
|
||||
]
|
||||
libs = [ "audio_features" ]
|
||||
}
|
||||
|
||||
@@ -24,13 +24,6 @@ config("feature_config") {
|
||||
]
|
||||
}
|
||||
|
||||
copy("audio_features_sdk") {
|
||||
if (board_name == "hispark_taurus") {
|
||||
sources = [ "libs/hispark_taurus/libaudio_features.a" ]
|
||||
outputs = [ "$root_out_dir/libaudio_features.a" ]
|
||||
}
|
||||
}
|
||||
|
||||
source_set("norm_processor_dep") {
|
||||
ldflags = [ "-lstdc++" ]
|
||||
cflags_cc = [ "-fPIC" ]
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user