aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sedam <matthewsedam@google.com>2024-04-10 18:51:13 +0000
committerMatthew Sedam <matthewsedam@google.com>2024-04-10 18:51:13 +0000
commit2463011fa75843a44ec449101eb6baf75844df79 (patch)
tree87a67c2b8f8b4b0b651c4b8ca7c77352ac0168dc
parentdbb46cf0d85303bf117ed7b8893cff1d31886601 (diff)
downloadtradefederation-2463011fa75843a44ec449101eb6baf75844df79.tar.gz
TestAppInstallSetup.java: Fix small typo
Bug: N/A Change-Id: I1f513fb31b0eb89a1b0293f8eede682320624393 Test: Presubmits
-rw-r--r--src/com/android/tradefed/targetprep/TestAppInstallSetup.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/tradefed/targetprep/TestAppInstallSetup.java b/src/com/android/tradefed/targetprep/TestAppInstallSetup.java
index fe60b208a..149d89427 100644
--- a/src/com/android/tradefed/targetprep/TestAppInstallSetup.java
+++ b/src/com/android/tradefed/targetprep/TestAppInstallSetup.java
@@ -113,7 +113,7 @@ public class TestAppInstallSetup extends BaseTargetPreparer
name = "split-apk-file-names",
description =
"the split apk file names separted by comma that will be installed on device."
- + " Can be repeated for multiple split apk sets.See"
+ + " Can be repeated for multiple split apk sets. See"
+ " https://developer.android.com/studio/build/configure-apk-splits on how"
+ " to split apk to several files")
private List<String> mSplitApkFileNames = new ArrayList<>();