From 6b0c55263c6598d7b8447db50bc61dc4f88ffb87 Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Tue, 28 Apr 2020 16:10:55 -0700 Subject: [PATCH] Document Instrumentation_for android app tests. Test: m soong_docs Change-Id: I84fd20ea563fc75dc04ac41f44f2f53df994925f --- java/app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/java/app.go b/java/app.go index 4f4a8d375..dfe9809ee 100755 --- a/java/app.go +++ b/java/app.go @@ -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.