Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642793819
Change-Id: I90adc9ad910a5be839424ed41afd22672c6dad5f
  • Loading branch information
timpeut authored and copybara-github committed Jun 13, 2024
1 parent 0fd5dbc commit eaa8d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion launcher/artifact.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Generates Artifact messages to feed to other rules."""

load("@rules_android//rules:rules.bzl", "AndroidAppsInfo")
load("//tools/build_defs/android:rules.bzl", "AndroidAppsInfo")
load(":mime_types.bzl", "get_mime_type")
load(":primitives.bzl", "absolute_path_struct", "enum", "path_proto")
load(":utilities.bzl", "any_textproto", "signed_apk")
Expand Down
3 changes: 1 addition & 2 deletions launcher/launcher.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# and then use a text_proto_test to validate it.

load("//provider:provider.bzl", "utp_provider", "utp_provider_tools")
load("@rules_android//rules:rules.bzl", "AndroidAppsInfo", "StarlarkApkInfo", "instrumented_app_info_aspect")
load("//tools/build_defs/android:rules.bzl", "AndroidAppsInfo", "StarlarkApkInfo", "instrumented_app_info_aspect")
load(":artifact.bzl", "UTPArtifactInfo", "UTPArtifactsInfo", "apk_to_installable", "artifact_to_message", "data_to_dep", "file_to_dep")
load(":entry_point.bzl", "UTPEntryPointInfo", "launcher_classpath")
load(":environment.bzl", "EnvironmentInfo", "environment_to_message")
Expand Down Expand Up @@ -485,5 +485,4 @@ utp_test = rule(
providers = [RunnerConfigFeatureProviderInfo],
),
),
toolchains = ["@rules_android//toolchains/android:toolchain_type"],
)
2 changes: 1 addition & 1 deletion launcher/utilities.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Utility functions."""

load("@rules_android//rules:rules.bzl", "StarlarkApkInfo")
load("//tools/build_defs/android:rules.bzl", "StarlarkApkInfo")

visibility([
"//launcher/...",
Expand Down

0 comments on commit eaa8d13

Please sign in to comment.