diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-10-19 09:47:13 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-10-19 09:47:13 +0200 |
commit | 24ead5672b282cbfb1c1d03deb332615c6f812b6 (patch) | |
tree | 3478ed3e8ba6c1ae95fb634241ee3034ae7252b5 /updater_sample | |
parent | Merge "Load X509 keys from ziparchive" (diff) | |
parent | Fix instrumentation_for to refer to name of module (diff) | |
download | android_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 |
Diffstat (limited to 'updater_sample')
-rw-r--r-- | updater_sample/tests/Android.bp | 2 |
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, |