From 88dcca91dd93cf4764b73e7da0e50ecf68860a31 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 17 Oct 2018 15:14:31 -0700 Subject: 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 --- updater_sample/tests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater_sample/tests/Android.bp b/updater_sample/tests/Android.bp index c2783ef88..7867770a0 100644 --- a/updater_sample/tests/Android.bp +++ b/updater_sample/tests/Android.bp @@ -28,7 +28,7 @@ android_test { "guava", ], - instrumentation_for: "com.example.android.systemupdatersample", + instrumentation_for: "SystemUpdaterSample", optimize: { enabled: false, -- cgit v1.2.3