Skip to content

Commit

Permalink
Add rules_android 0.1.1 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jan 3, 2022
1 parent 2afe46a commit 2f3529d
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/rules_android/0.1.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "rules_android",
version = "0.1.1",
compatibility_level = 1,
)
16 changes: 16 additions & 0 deletions modules/rules_android/0.1.1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
platforms:
centos7:
build_targets:
- '@rules_android//...'
debian10:
build_targets:
- '@rules_android//...'
macos:
build_targets:
- '@rules_android//...'
ubuntu2004:
build_targets:
- '@rules_android//...'
windows:
build_targets:
- '@rules_android//...'
5 changes: 5 additions & 0 deletions modules/rules_android/0.1.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-ZGHBxXREQrOU9GZFlX1r00IOsbQhkI/mPKoDCRsbNlU=",
"strip_prefix": "rules_android-0.1.1",
"url": "https://github.com/bazelbuild/rules_android/archive/refs/tags/v0.1.1.tar.gz"
}
8 changes: 8 additions & 0 deletions modules/rules_android/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"homepage": "https://github.com/bazelbuild/rules_android",
"maintainers": [],
"versions": [
"0.1.1"
],
"yanked_versions": {}
}

0 comments on commit 2f3529d

Please sign in to comment.