| build --strategy=FuchsiaPmPublish=local |
| build --flag_alias=package_repo=@rules_fuchsia//fuchsia:package_repo |
| |
| common:fuchsia_x64 --cpu=k8 |
| # Bazel doesn't come with a C++ toolchain for aarch64, but has one for |
| # armeabi-v7a. fuchsia_transition will correctly transition to aarch64 for |
| # building target code in this case. Having a C++ toolchain for the target |
| # listed here shouldn't be necessary (since the transition should fix that |
| # using crosstool_top), but some rules don't use the transition correctly. See |
| # fxbug.dev/110652. |
| common:fuchsia_arm64 --cpu=armeabi-v7a |
| |