From cf3163d02927d8a3396bca80f0c6c3b4096a0d2d Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Wed, 11 May 2022 10:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUILD.gn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laiguizhong --- etc/para/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/para/BUILD.gn b/etc/para/BUILD.gn index 4f8f3f2..d6fce22 100644 --- a/etc/para/BUILD.gn +++ b/etc/para/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//base/miscservices/inputmethod/inputmethod.gni") import("//build/ohos.gni") @@ -28,7 +28,7 @@ ohos_shared_library("inputmethod_para") { deps = [] external_deps = [ "hiviewdfx_hilog_native:libhilog", - "startup_l2:syspara", + "init:libbegetutil", ] public_configs = [ ":inputmethod_para_public_config" ] subsystem_name = "miscservices"