From 6c580630eebf4bcdf6392d2e744a195a773d27d6 Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Thu, 10 Mar 2022 16:19:47 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aselinux=E3=80=81suspend=E3=80=81rk3?= =?UTF-8?q?568=E5=88=87=E6=8D=A2=E5=9B=9E=E5=90=88release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xionglei6 --- interfaces/innerkits/socket/BUILD.gn | 1 - services/log/BUILD.gn | 1 - 2 files changed, 2 deletions(-) diff --git a/interfaces/innerkits/socket/BUILD.gn b/interfaces/innerkits/socket/BUILD.gn index 9273eaf6..84459193 100644 --- a/interfaces/innerkits/socket/BUILD.gn +++ b/interfaces/innerkits/socket/BUILD.gn @@ -50,6 +50,5 @@ if (defined(ohos_lite)) { "system", "updater", ] - relative_install_dir = "platform-vndk" } } diff --git a/services/log/BUILD.gn b/services/log/BUILD.gn index b8e404af..ba3f7403 100755 --- a/services/log/BUILD.gn +++ b/services/log/BUILD.gn @@ -40,7 +40,6 @@ if (defined(ohos_lite)) { "system", "updater", ] - relative_install_dir = "platform-vndk" install_enable = true part_name = "init" subsystem_name = "startup" -- GitLab