31. BAZELのANDROIDプロジェクトビルド
$ bazel build :app
INFO: Found 1 target...
INFO: From Generating unsigned apk:
THIS TOOL IS DEPRECATED. See --help for more information.
INFO: From Generating signed apk:
THIS TOOL IS DEPRECATED. See --help for more information.
Target //:app up-to-date:
bazel-bin/app_deploy.jar
bazel-bin/app_unsigned.apk
bazel-bin/app.apk
INFO: Elapsed time: 33.836s, Critical Path: 30.55s
$ bazel mobile-install :app
で端末にinstallもできる