From 60ef61bb606dd4e8a4efa40ea743409765a17b67 Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Sun, 25 Jun 2023 21:11:33 +0800 Subject: [PATCH] fix the bug of ncode_native_module_test & xts failed on startup_init Signed-off-by: chengjinsong2 --- services/sandbox/system-sandbox.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/sandbox/system-sandbox.json b/services/sandbox/system-sandbox.json index 34756fed..d42a66bd 100644 --- a/services/sandbox/system-sandbox.json +++ b/services/sandbox/system-sandbox.json @@ -95,6 +95,10 @@ "src-path" : "/vendor/lib/libhuks_hdi_service_1.0.z.so", "sandbox-path" : "/vendor/lib/libhuks_hdi_service_1.0.z.so", "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/vendor/lib/libcodec_component_manager_service_1.0.z.so", + "sandbox-path" : "/vendor/lib/libcodec_component_manager_service_1.0.z.so", + "sandbox-flags" : [ "bind", "rec", "private" ] } ], "symbol-links" : [{ -- GitLab