From 7e0a55ae26684c5ffc5afd44ea8e7ffbabea471b Mon Sep 17 00:00:00 2001 From: PaDoBoo Date: Fri, 15 Apr 2022 18:49:53 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDoBoo --- kv_store | 1 - 1 file changed, 1 deletion(-) delete mode 120000 kv_store diff --git a/kv_store b/kv_store deleted file mode 120000 index 0f4b961..0000000 --- a/kv_store +++ /dev/null @@ -1 +0,0 @@ -../../../foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/kv_store \ No newline at end of file -- Gitee From 5aea87e95e133c383962ea0b542bffecdcc3a2e5 Mon Sep 17 00:00:00 2001 From: PaDoBoo Date: Mon, 18 Apr 2022 09:31:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDoBoo --- BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 1657113..e44b67f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -9,13 +9,13 @@ # 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("//build/lite/ndk/ndk.gni") group("utils") { deps = [ - "kv_store:kv_store", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", "os_dump:utils_os_dump", ] @@ -28,7 +28,7 @@ ndk_lib("native_api") { if (ohos_kernel_type != "liteos_m") { lib_extension = ".so" } - deps = [ "kv_store/src:utils_kv_store" ] + deps = [ "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store/src:utils_kv_store" ] head_files = [ "//utils/native/lite/include/kv_store.h", "//utils/native/lite/include/utils_config.h", -- Gitee