File tree Expand file tree Collapse file tree 6 files changed +9
-0
lines changed
shellexecutor/java/androidx/test/services/shellexecutor
storage/java/androidx/test/services/storage Expand file tree Collapse file tree 6 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Publicly visible alias to the runner target
2
2
3
+ load ("@rules_java//java:defs.bzl" , "java_library" )
4
+
3
5
package (default_applicable_licenses = ["//:license" ])
4
6
5
7
licenses (["notice" ])
Original file line number Diff line number Diff line change 1
1
# Publicly visible alias to the monitor target
2
2
3
+ load ("@rules_java//java:defs.bzl" , "java_library" )
4
+
3
5
package (default_applicable_licenses = ["//:license" ])
4
6
5
7
licenses (["notice" ])
Original file line number Diff line number Diff line change 1
1
# Description: Build rules for building androidx.test from source
2
2
3
3
load ("@build_bazel_rules_android//android:rules.bzl" , "android_library" )
4
+ load ("@rules_java//java:defs.bzl" , "java_library" )
4
5
load ("//build_extensions:api_checks.bzl" , "api_checks" )
5
6
load ("//build_extensions:dackka_test.bzl" , "dackka_test" )
6
7
load ("//build_extensions:kt_android_library.bzl" , "kt_android_library" )
Original file line number Diff line number Diff line change 1
1
# Publicly visible alias to the AXT rules target
2
2
3
+ load ("@rules_java//java:defs.bzl" , "java_library" )
4
+
3
5
package (default_applicable_licenses = ["//:license" ])
4
6
5
7
licenses (["notice" ])
Original file line number Diff line number Diff line change
1
+ load ("@rules_java//java:defs.bzl" , "java_library" )
1
2
load ("//build_extensions:kt_android_library.bzl" , "kt_android_library" )
2
3
3
4
# A shell command execution server to allow shell commands to be run at elevated permissions
Original file line number Diff line number Diff line change 2
2
# Exposes sd card storage to tests regardless of permissions.
3
3
4
4
load ("@build_bazel_rules_android//android:rules.bzl" , "android_library" )
5
+ load ("@rules_java//java:defs.bzl" , "java_library" )
5
6
load ("//build_extensions:api_checks.bzl" , "api_checks" )
6
7
load ("//build_extensions/maven:axt_android_aar.bzl" , "axt_android_aar" )
7
8
load ("//build_extensions/maven:maven_artifact.bzl" , "maven_artifact" )
You can’t perform that action at this time.
0 commit comments