Update create-test-plan.py

This commit is contained in:
Coder2 2025-06-08 06:57:05 +08:00 committed by GitHub
parent 2b5815ad72
commit 376aa5dfd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
"-DCMAKE_TOOLCHAIN_FILE=/opt/native/build/cmake/ohos.toolchain.cmake",
"-DCMAKE_PLATFORM_NO_VERSIONED_SONAME=1"
))
job.shared_lib = SharedLibType.SO
job.shared_lib = SharedLibType.SO_0
job.static_lib = StaticLibType.A
job.run_tests = False
job.test_pkg_config = False