Skip to content

Commit

Permalink
Automated Code Change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687403647
Change-Id: I849c993cc91432ddaacc188f67968093b9595a35
  • Loading branch information
A Googler authored and copybara-github committed Oct 18, 2024
1 parent 42de4f8 commit 516b8fe
Show file tree
Hide file tree
Showing 19 changed files with 54 additions and 35 deletions.
5 changes: 3 additions & 2 deletions src/common/golang/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Common libraries and utilities.

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Common libraries and utilities.
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Top level package for ak, a "busybox" for various minor build-related tools.

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Top level package for ak, a "busybox" for various minor build-related tools.
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/bucketize/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for bucketize module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for bucketize module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/compile/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for compile module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for compile module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
3 changes: 2 additions & 1 deletion src/tools/ak/dex/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Package for dex compilation module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Package for dex compilation module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/extractaar/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for extractaar module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for extractaar module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/extractresources/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for the extractresources tool (formerly resource_extractor.py).

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for the extractresources tool (formerly resource_extractor.py).
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/finalrjar/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for final R.jar module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for final R.jar module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
3 changes: 2 additions & 1 deletion src/tools/ak/generatemanifest/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Package for manifest generation module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Package for manifest generation module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/link/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for link module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for link module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/liteparse/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for parse module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for parse module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
3 changes: 2 additions & 1 deletion src/tools/ak/manifest/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Package for manifest compilation module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Package for manifest compilation module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/minsdkfloor/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for tool to enforce min SDK floor on AndroidManifests

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for tool to enforce min SDK floor on AndroidManifests
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//src/tools/ak:__pkg__"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/nativelib/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for nativelib module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for nativelib module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/patch/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for patch module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for patch module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/repack/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for repack module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for repack module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/res/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for res module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for res module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/res/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description
# Android resources proto

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description
# Android resources proto
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down
5 changes: 3 additions & 2 deletions src/tools/ak/rjar/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description:
# Package for R.jar module

load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

# Description:
# Package for R.jar module
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
Expand Down

0 comments on commit 516b8fe

Please sign in to comment.