Merge "Document Instrumentation_for android app tests." am: 8e25bcb895 am: 189f6704c1

Change-Id: Idfb4f575e84eb865545e06e355efff4c425d7331
This commit is contained in:
Liz Kammer
2020-04-29 16:39:47 +00:00
committed by Automerger Merge Worker

View File

@@ -763,6 +763,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.