commit | 6b0c55263c6598d7b8447db50bc61dc4f88ffb87 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Tue Apr 28 16:10:55 2020 -0700 |
committer | Liz Kammer <eakammer@google.com> | Tue Apr 28 16:45:51 2020 -0700 |
tree | 8ed175d47bff3b1eee1e65332c8549f95b6de71a | |
parent | 0b3b3db525f7ce236dcaece80ee93048d21536ab [diff] [blame] |
Document Instrumentation_for android app tests. Test: m soong_docs Change-Id: I84fd20ea563fc75dc04ac41f44f2f53df994925f
diff --git a/java/app.go b/java/app.go index 4f4a8d3..dfe9809 100755 --- a/java/app.go +++ b/java/app.go
@@ -753,6 +753,7 @@ } type appTestProperties struct { + // The name of the android_app module that the tests will run against. Instrumentation_for *string // if specified, the instrumentation target package name in the manifest is overwritten by it.