Fix instrumentation_for to refer to name of module

The instrumentation_for property takes the name a module, not the
name of a class.

Test: m checkbuild
Change-Id: I4671ed7b42696eb023052655c0ce7997d2b754f8
This commit is contained in:
Colin Cross
2018-10-17 15:14:31 -07:00
parent 06b1a89d72
commit 88dcca91dd
+1 -1
View File
@@ -28,7 +28,7 @@ android_test {
"guava",
],
instrumentation_for: "com.example.android.systemupdatersample",
instrumentation_for: "SystemUpdaterSample",
optimize: {
enabled: false,