提交 cf0a1b58 编写于 作者: C chengjinsong2

fix the bug of some xts failed on startup_init

Signed-off-by: Nchengjinsong2 <chengjinsong2@huawei.com>
上级 60ef61bb
...@@ -99,6 +99,30 @@ ...@@ -99,6 +99,30 @@
"src-path" : "/vendor/lib/libcodec_component_manager_service_1.0.z.so", "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-path" : "/vendor/lib/libcodec_component_manager_service_1.0.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ] "sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/vendor/lib/libOMX_Core.z.so",
"sandbox-path" : "/vendor/lib/libOMX_Core.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/vendor/lib/libomxvpu_dec.z.so",
"sandbox-path" : "/vendor/lib/libomxvpu_dec.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/vendor/lib/libomxvpu_enc.z.so",
"sandbox-path" : "/vendor/lib/libomxvpu_enc.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/vendor/lib/libOMX_Pluginhw.z.so",
"sandbox-path" : "/vendor/lib/libOMX_Pluginhw.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/vendor/lib/libRkOMX_Resourcemanager.z.so",
"sandbox-path" : "/vendor/lib/libRkOMX_Resourcemanager.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/vendor/lib/librockchip_vpu.z.so",
"sandbox-path" : "/vendor/lib/librockchip_vpu.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
} }
], ],
"symbol-links" : [{ "symbol-links" : [{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册