From e26dfbf32f68c05d67894de97d8baf3b5630dcc9 Mon Sep 17 00:00:00 2001 From: oh_ci Date: Mon, 18 Aug 2025 09:03:53 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!346=20:?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9rk=E9=A2=84=E7=BD=AEhap=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 3 --- smartperf_device/build/config.gni | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index 98db88600..b72d566bf 100755 --- a/bundle.json +++ b/bundle.json @@ -15,9 +15,6 @@ "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 778688eb8..7d0f5400f 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 = false + smartperf_Device = true } declare_args() { -- Gitee