!258 按规范修改外部依赖部件

Merge pull request !258 from anemoi/master
This commit is contained in:
openharmony_ci 2024-08-24 06:49:29 +00:00 committed by Gitee
commit 99f4cef982
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 6 deletions

View File

@ -1694,8 +1694,9 @@ action("gen_config_header") {
}
if (!is_cross_platform_build) {
if (ffmpeg_selected_platform == "aarch64") {
print("third_party:ffmpeg # deps //third_party/musl:musl_libs")
deps = [ "//third_party/musl:musl_libs" ]
print(
"third_party:ffmpeg # external_deps //third_party/musl:soft_libc_musl_static")
external_deps = [ "musl:soft_libc_musl_static" ]
}
}

View File

@ -19,10 +19,8 @@
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": [
"musl"
]
"components": ["musl"],
"third_party": []
},
"build": {
"sub_component": ["//third_party/ffmpeg:libohosffmpeg"],