Searched refs:skia_root (Results 1 – 2 of 2) sorted by relevance
/external/skqp/docker/skia-with-swift-shader-base/ |
D | build-with-swift-shader-and-run | 45 skia_root = os.environ['SKIA_ROOT'] or os.getcwd() variable 47 print 'Assuming SKIA_ROOT to be %s' % skia_root 49 build_cmd = ['docker', 'run', '--rm', '-v', '%s:/skia' % skia_root, IMAGE, BUILD_SCRIPT_PATH] 53 print 'Compiling executables to %s/%s' % (skia_root, EXECUTABLE_DIR) 59 run_cmd = ['docker', 'run', '--rm', '-w=/skia', '-v', '%s:/skia' % skia_root, IMAGE] + supplied_cmd
|
/external/skia/docker/skia-with-swift-shader-base/ |
D | build-with-swift-shader-and-run | 45 skia_root = os.environ['SKIA_ROOT'] or os.getcwd() variable 47 print 'Assuming SKIA_ROOT to be %s' % skia_root 49 build_cmd = ['docker', 'run', '--rm', '-v', '%s:/skia' % skia_root, IMAGE, BUILD_SCRIPT_PATH] 53 print 'Compiling executables to %s/%s' % (skia_root, EXECUTABLE_DIR) 59 run_cmd = ['docker', 'run', '--rm', '-w=/skia', '-v', '%s:/skia' % skia_root, IMAGE] + supplied_cmd
|