Skip to content

Commit 516b8fe

Browse files
A Googlercopybara-github
authored andcommitted
Automated Code Change.
PiperOrigin-RevId: 687403647 Change-Id: I849c993cc91432ddaacc188f67968093b9595a35
1 parent 42de4f8 commit 516b8fe

File tree

19 files changed

+54
-35
lines changed

19 files changed

+54
-35
lines changed

src/common/golang/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# Description:
2+
# Common libraries and utilities.
3+
14
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
25
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
36

4-
# Description:
5-
# Common libraries and utilities.
67
package(
78
default_applicable_licenses = ["//:license"],
89
default_visibility = ["//visibility:public"],

src/tools/ak/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# Description:
2+
# Top level package for ak, a "busybox" for various minor build-related tools.
3+
14
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
25
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
36

4-
# Description:
5-
# Top level package for ak, a "busybox" for various minor build-related tools.
67
package(
78
default_applicable_licenses = ["//:license"],
89
default_visibility = ["//visibility:public"],

src/tools/ak/bucketize/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# Description:
2+
# Package for bucketize module
3+
14
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
25
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
36

4-
# Description:
5-
# Package for bucketize module
67
package(
78
default_applicable_licenses = ["//:license"],
89
default_visibility = ["//visibility:public"],

src/tools/ak/compile/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# Description:
2+
# Package for compile module
3+
14
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
25
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
36

4-
# Description:
5-
# Package for compile module
67
package(
78
default_applicable_licenses = ["//:license"],
89
default_visibility = ["//visibility:public"],

src/tools/ak/dex/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# Package for dex compilation module
2+
13
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
24
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
35

4-
# Package for dex compilation module
56
package(
67
default_applicable_licenses = ["//:license"],
78
default_visibility = ["//visibility:public"],

src/tools/ak/extractaar/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# Description:
2+
# Package for extractaar module
3+
14
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
25
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
36

4-
# Description:
5-
# Package for extractaar module
67
package(
78
default_applicable_licenses = ["//:license"],
89
default_visibility = ["//visibility:public"],

src/tools/ak/extractresources/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# Description:
2+
# Package for the extractresources tool (formerly resource_extractor.py).
3+
14
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
25
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
36

4-
# Description:
5-
# Package for the extractresources tool (formerly resource_extractor.py).
67
package(
78
default_applicable_licenses = ["//:license"],
89
default_visibility = ["//visibility:public"],

src/tools/ak/finalrjar/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# Description:
2+
# Package for final R.jar module
3+
14
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
25
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
36

4-
# Description:
5-
# Package for final R.jar module
67
package(
78
default_applicable_licenses = ["//:license"],
89
default_visibility = ["//visibility:public"],

src/tools/ak/generatemanifest/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# Package for manifest generation module
2+
13
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
24
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
35

4-
# Package for manifest generation module
56
package(
67
default_applicable_licenses = ["//:license"],
78
default_visibility = ["//visibility:public"],

src/tools/ak/link/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# Description:
2+
# Package for link module
3+
14
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
25
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
36

4-
# Description:
5-
# Package for link module
67
package(
78
default_applicable_licenses = ["//:license"],
89
default_visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)