Skip to content

Commit

Permalink
Fix incorrect detail in doc string.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenHenning committed Jan 24, 2025
1 parent a3364e5 commit 5d52e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oppia_android_application.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ def generate_universal_apk(name, aab_target):
"""
Creates a new installable universal APK target for the provided AAB target.
This new target is expected to be installable via 'bazel mobile-install' or directly with ADB.
This new target is installable via 'adb install'. This should generally never be used for direct
development installs as it will be far less performant than 'bazel mobile-install'.
Example:
generate_universal_apk(
Expand Down

0 comments on commit 5d52e78

Please sign in to comment.