Skip to content

Commit eacf07d

Browse files
cushoncopybara-androidxtest
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 846036548
1 parent 92454c2 commit eacf07d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

espresso/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
load("@rules_license//rules:license.bzl", "license")
22

33
package(
4-
default_applicable_licenses = ["//espresso:license"],
4+
default_applicable_licenses = [":license"],
55
default_testonly = 1,
66
)
77

services/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ load("//build_extensions/maven:maven_artifact.bzl", "maven_artifact")
99
licenses(["notice"])
1010

1111
package(
12-
default_applicable_licenses = ["//services:license"],
12+
default_applicable_licenses = [":license"],
1313
default_testonly = 1,
1414
default_visibility = [
1515
"//:__subpackages__",

0 commit comments

Comments
 (0)