• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "common" : [{
3        "top-sandbox-switch": "ON",
4        "app-base" : [{
5            "sandbox-root" : "/mnt/sandbox/<PackageName>",
6            "mount-paths" : [ {
7                    "src-path" : "/system/asan/lib",
8                    "sandbox-path" : "/system/asan/lib",
9                    "sandbox-flags" : [ "bind", "rec" ],
10                    "check-action-status": "false"
11                }, {
12                    "src-path" : "/vendor/asan/lib",
13                    "sandbox-path" : "/vendor/asan/lib",
14                    "sandbox-flags" : [ "bind", "rec" ],
15                    "check-action-status": "false"
16                }
17            ],
18            "symbol-links" : [
19            ]
20        }]
21    }]
22}
23