Skip to content

Commit

Permalink
Add a note for bazel clean.
Browse files Browse the repository at this point in the history
#codehealth

PiperOrigin-RevId: 573636115
  • Loading branch information
hiroyuki-komatsu committed Oct 15, 2023
1 parent 4e8bb93 commit 00f867b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/build_mozc_in_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,21 @@ This command reverts the above change.
git update-index --no-assume-unchanged src/config.bzl
```

### Clean build cache

You may have some build errors when you update build environment or configurations.
In that case, cleaing the build cache possibly addresses the problem.

```
bazel clean
```

To clean the cache deeply, add the `--expunge` option.

```
bazel clean --expunge
```

## Build Mozc library for Android:

Client code for Android apk is deprecated.
Expand Down

0 comments on commit 00f867b

Please sign in to comment.