Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88dcca91 authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 06b1a89d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ android_test {
        "guava",
    ],

    instrumentation_for: "com.example.android.systemupdatersample",
    instrumentation_for: "SystemUpdaterSample",

    optimize: {
        enabled: false,