Skip to content

Instantly share code, notes, and snippets.

@DavidInnocent
Created December 3, 2022 13:48
Show Gist options
  • Save DavidInnocent/66d929a587672f766fb3852691d47ce6 to your computer and use it in GitHub Desktop.
Save DavidInnocent/66d929a587672f766fb3852691d47ce6 to your computer and use it in GitHub Desktop.
The gist shows the successful log of building bazel sample android application in the terminal.
david@DavidInnocentEnvy MINGW64 ~/OneDrive/Desktop/Algo/examples/android/tutorial (main)
$ bazel build //src/main:app --verbose_failures
Loading:
Loading: 0 packages loaded
Analyzing: target //src/main:app (0 packages loaded, 0 targets configured)
INFO: Analyzed target //src/main:app (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
Target //src/main:app up-to-date:
bazel-bin/src/main/app_deploy.jar
bazel-bin/src/main/app_unsigned.apk
bazel-bin/src/main/app.apk
INFO: Elapsed time: 0.337s, Critical Path: 0.01s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
INFO: Build completed successfully, 1 total action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment