xref: /aosp_15_r20/external/skia/example/external_client/README.md (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard WorkerThis folder demonstrates how an external client would depend on and build Skia
2*c8dee2aaSAndroid Build Coastguard Workerusing their own C++ toolchain.
3*c8dee2aaSAndroid Build Coastguard Worker
4*c8dee2aaSAndroid Build Coastguard WorkerLook first in the `WORKSPACE.bazel` to see the setup part (with a quick detour to
5*c8dee2aaSAndroid Build Coastguard Worker`./custom_skia_config`) and then `BUILD.bazel` for the actual rules which use
6*c8dee2aaSAndroid Build Coastguard WorkerSkia's modular build rules to assemble the components necessary for a particular task.