5df08e55e1
This change replaces system-temp with isolated-temp. As system-temp is now deprecated. Bug: fuchsia:25081 Change-Id: I4f87b69caa95df7c9809c3eb3d0f7e40ef4cddad Reviewed-on: https://skia-review.googlesource.com/c/skia/+/266974 Reviewed-by: John Rosasco <rosasco@google.com> Auto-Submit: Benjamin Wright <benwright@google.com> Commit-Queue: Mike Klein <mtklein@google.com>
22 lines
478 B
Plaintext
22 lines
478 B
Plaintext
{
|
|
"program": {
|
|
"binary": "bin/skqp",
|
|
"args" : [ "/pkg/data", "tmp/logs" ]
|
|
},
|
|
"sandbox": {
|
|
"dev": [
|
|
"class/display-controller"
|
|
],
|
|
"features": [
|
|
"vulkan",
|
|
"isolated-temp"
|
|
],
|
|
"services": [
|
|
"fuchsia.logger.LogSink",
|
|
"fuchsia.sysmem.Allocator",
|
|
"fuchsia.tracing.provider.Registry",
|
|
"fuchsia.vulkan.loader.Loader"
|
|
]
|
|
}
|
|
}
|