https://github.com/bazelbuild/tools_android
Tools for use with building Android apps with Bazel
https://github.com/bazelbuild/tools_android
android bazel
Last synced: about 1 year ago
JSON representation
Tools for use with building Android apps with Bazel
- Host: GitHub
- URL: https://github.com/bazelbuild/tools_android
- Owner: bazelbuild
- License: apache-2.0
- Created: 2018-08-02T16:47:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T19:47:24.000Z (over 1 year ago)
- Last Synced: 2024-11-11T20:30:57.398Z (over 1 year ago)
- Topics: android, bazel
- Language: Starlark
- Homepage:
- Size: 29.3 KB
- Stars: 25
- Watchers: 36
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# tools_android
This repository hosts tools for use with building Android apps with Bazel.
## Setup
To use this with Bazel, add the following snippet to your MODULE.bazel file:
```python
bazel_dep(name = "tools_android", version = "0.3.0") # Or latest version
```
Note: using WORKSPACE is deprecated. If you are still using WORKSPACE,
the last released version to support WORKSPACE is version 0.2.0.
## Google Services XML
For an example of integrating with Firebase Cloud Messaging (FCM), [see this
example](https://github.com/bazelbuild/examples/tree/master/android/firebase-cloud-messaging).
## Firebase Crashlytics support
To integrate Crashlytics into your Android app, follow the [instructions in the
README](tools/crashlytics/README.md) in the `crashlytics` directory.