xref: /aosp_15_r20/external/ruy/example/README.md (revision bb86c7ed5fb1b98a7eac808e443a46cc8b90dfc0)
1## Introduction
2
3These are some examples about how to use RUY.
4
5## BUILD
6
7Build the example with bazel commands:
8```
9bazel build //ruy/example:example
10```
11You can find the generated target under directory:
12```
13./bazel-bin/ruy/example
14```
15