From d3c6da81430bc27aeda23e78438460182cda99c3 Mon Sep 17 00:00:00 2001 From: chen0088 Date: Thu, 15 May 2025 16:08:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=8C=96=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chen0088 --- common/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/BUILD.gn b/common/BUILD.gn index 385b08b4..dca9ad8c 100644 --- a/common/BUILD.gn +++ b/common/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2024 Huawei Device Co., Ltd. +# Copyright (c) 2021-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -82,7 +82,6 @@ ohos_shared_library("distributed_camera_utils") { ] cflags_cc = cflags - relative_install_dir = "chipset-sdk" subsystem_name = "distributedhardware" part_name = "distributed_camera" -- Gitee