From f0e02dcd739f72887d3f60eed3f6073163a52a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9B=E5=9B=BD=E4=BA=AE?= Date: Mon, 18 Aug 2025 14:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9rk=E9=A2=84=E7=BD=AEhap?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 牛国亮 --- bundle.json | 3 +++ smartperf_device/build/config.gni | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index b72d566bf..98db88600 100755 --- a/bundle.json +++ b/bundle.json @@ -15,6 +15,9 @@ "adapted_system_type": [ "standard" ], + "features": [ + "smartperf_Device" + ], "hisysevent_config": [ "//developtools/smartperf_host/smartperf_device/hisysevent.yaml" ], diff --git a/smartperf_device/build/config.gni b/smartperf_device/build/config.gni index 7d0f5400f..778688eb8 100644 --- a/smartperf_device/build/config.gni +++ b/smartperf_device/build/config.gni @@ -18,7 +18,7 @@ OHOS_SMARTPERF_DEVICE_PART_NAME = "smartperf_host" OHOS_SMARTPERF_DEVICE_TEST_MODULE_OUTPUT_PATH = "smartperf_host/smartperf_device" declare_args() { - smartperf_Device = true + smartperf_Device = false } declare_args() { -- Gitee