summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-10-19 09:47:13 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-19 09:47:13 +0200
commit24ead5672b282cbfb1c1d03deb332615c6f812b6 (patch)
tree3478ed3e8ba6c1ae95fb634241ee3034ae7252b5
parentMerge "Load X509 keys from ziparchive" (diff)
parentFix instrumentation_for to refer to name of module (diff)
downloadandroid_bootable_recovery-24ead5672b282cbfb1c1d03deb332615c6f812b6.tar
android_bootable_recovery-24ead5672b282cbfb1c1d03deb332615c6f812b6.tar.gz
android_bootable_recovery-24ead5672b282cbfb1c1d03deb332615c6f812b6.tar.bz2
android_bootable_recovery-24ead5672b282cbfb1c1d03deb332615c6f812b6.tar.lz
android_bootable_recovery-24ead5672b282cbfb1c1d03deb332615c6f812b6.tar.xz
android_bootable_recovery-24ead5672b282cbfb1c1d03deb332615c6f812b6.tar.zst
android_bootable_recovery-24ead5672b282cbfb1c1d03deb332615c6f812b6.zip
-rw-r--r--updater_sample/tests/Android.bp2
1 files changed, 1 insertions, 1 deletions
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,