diff --git a/commonlibrary/toolchain/libc-test/BUILD.gn b/commonlibrary/toolchain/libc-test/BUILD.gn index daaf75e0721488baf479c931bb6a540db1db08ef..b7e0bca4bf26aa0e4b09900f939772c22af5b459 100644 --- a/commonlibrary/toolchain/libc-test/BUILD.gn +++ b/commonlibrary/toolchain/libc-test/BUILD.gn @@ -49,4 +49,7 @@ ohos_moduletest_suite("ActsToolChainTest") { external_deps = [ "c_utils:utils" ] deps = [ "//third_party/bounds_checking_function:libsec_static" ] + + part_name = "toolchain" + subsystem_name = "arkcompiler" }