mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-24 00:30:12 +00:00
fix bug need mount so on startup_init
Signed-off-by: chengjinsong2 <chengjinsong2@huawei.com>
This commit is contained in:
parent
cf0a1b5878
commit
30e3749393
@ -123,6 +123,10 @@
|
||||
"src-path" : "/vendor/lib/librockchip_vpu.z.so",
|
||||
"sandbox-path" : "/vendor/lib/librockchip_vpu.z.so",
|
||||
"sandbox-flags" : [ "bind", "rec", "private" ]
|
||||
}, {
|
||||
"src-path" : "/vendor/lib/librga.z.so",
|
||||
"sandbox-path" : "/vendor/lib/librga.z.so",
|
||||
"sandbox-flags" : [ "bind", "rec", "private" ]
|
||||
}
|
||||
],
|
||||
"symbol-links" : [{
|
||||
|
Loading…
Reference in New Issue
Block a user