Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713656353
  • Loading branch information
DeviceInfra authored and copybara-github committed Jan 9, 2025
1 parent 337593c commit 05c3b5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ public interface InstallApkStepConstants {

@ParamAnnotation(
required = false,
help = "File tags separated by comma. Apks in these tags will also be installed.")
help =
"Comma separated file tags. Apks in this tags will be installed in the order the tags are"
+ " listed.")
String PARAM_INSTALL_APK_EXTRA_FILE_TAGS = "install_apk_extra_file_tags";

@FileAnnotation(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ message InstallApkStepSpec {
}];

optional string install_apk_extra_file_tags = 3 [(field_detail) = {
help: "Comma separated file tags. Apks in this tags will also be installed"
help: "Comma separated file tags. Apks in this tags will be installed in "
"the order the tags are listed."
}];

optional bool skip_gms_downgrade = 4 [
Expand Down

0 comments on commit 05c3b5d

Please sign in to comment.