From 60b6f60c06e203d48d8f2c1e09cd2f29adcb6870 Mon Sep 17 00:00:00 2001 From: yudechen Date: Thu, 3 Mar 2022 17:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=96=E8=AF=91=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=8C=87=E5=AE=9A=E9=83=A8=E4=BB=B6=E5=92=8C=E5=AD=90?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yudechen Change-Id: I0088afb62e23336405d80c57e4933281d21021f7 --- aw/cxx/hwext/BUILD.gn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aw/cxx/hwext/BUILD.gn b/aw/cxx/hwext/BUILD.gn index 379f4ff..c8b709b 100755 --- a/aw/cxx/hwext/BUILD.gn +++ b/aw/cxx/hwext/BUILD.gn @@ -28,5 +28,7 @@ ohos_static_library("performance_test_static") { "//utils/native/base:utils", ] public_deps = [ "//third_party/libxml2:libxml2" ] - public_configs = [":performance_test_config"] + public_configs = [ ":performance_test_config" ] + subsystem_name = "developertest" + part_name = "developertest" } -- Gitee