summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjava/app.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/app.go b/java/app.go
index bddfd8fa1..2fd397ae5 100755
--- a/java/app.go
+++ b/java/app.go
@@ -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.