Skip to content

Commit

Permalink
Expose ApkInfo provider
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 657745417
Change-Id: Id73a034be938ec99efe7bf129bee94748b232470
  • Loading branch information
A Googler authored and copybara-github committed Jul 30, 2024
1 parent a1d117b commit 9e63a7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ load(
load(
"//rules:providers.bzl",
_AndroidAppsInfo = "AndroidAppsInfo",
_ApkInfo = "ApkInfo",
_StarlarkApkInfo = "StarlarkApkInfo",
)
load(
Expand Down Expand Up @@ -90,4 +91,5 @@ android_tools_defaults_jar = _android_tools_defaults_jar
asar_import = _asar_import
instrumented_app_info_aspect = _instrumented_app_info_aspect
StarlarkApkInfo = _StarlarkApkInfo
ApkInfo = _ApkInfo
AndroidAppsInfo = _AndroidAppsInfo
2 changes: 2 additions & 0 deletions rules/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ load(
load(
"//rules:providers.bzl",
_AndroidAppsInfo = "AndroidAppsInfo",
_ApkInfo = "ApkInfo",
_StarlarkApkInfo = "StarlarkApkInfo",
)
load(
Expand Down Expand Up @@ -90,4 +91,5 @@ android_tools_defaults_jar = _android_tools_defaults_jar
asar_import = _asar_import
instrumented_app_info_aspect = _instrumented_app_info_aspect
StarlarkApkInfo = _StarlarkApkInfo
ApkInfo = _ApkInfo
AndroidAppsInfo = _AndroidAppsInfo

0 comments on commit 9e63a7a

Please sign in to comment.