Document Instrumentation_for android app tests.

Test: m soong_docs

Change-Id: I84fd20ea563fc75dc04ac41f44f2f53df994925f
This commit is contained in:
Liz Kammer 2020-04-28 16:10:55 -07:00
parent 0b3b3db525
commit 6b0c55263c
1 changed files with 1 additions and 0 deletions

View File

@ -753,6 +753,7 @@ func AndroidAppFactory() android.Module {
}
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.