summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-10-19 10:10:45 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-10-19 10:10:45 +0200
commit3d5a941b0b1671c3ccc3dd25faa2cd7de738b0b0 (patch)
tree3478ed3e8ba6c1ae95fb634241ee3034ae7252b5
parentMerge "Load X509 keys from ziparchive" am: a39b2baf12 am: 81ef25aada (diff)
parentMerge "Fix instrumentation_for to refer to name of module" am: 24ead5672b (diff)
downloadandroid_bootable_recovery-3d5a941b0b1671c3ccc3dd25faa2cd7de738b0b0.tar
android_bootable_recovery-3d5a941b0b1671c3ccc3dd25faa2cd7de738b0b0.tar.gz
android_bootable_recovery-3d5a941b0b1671c3ccc3dd25faa2cd7de738b0b0.tar.bz2
android_bootable_recovery-3d5a941b0b1671c3ccc3dd25faa2cd7de738b0b0.tar.lz
android_bootable_recovery-3d5a941b0b1671c3ccc3dd25faa2cd7de738b0b0.tar.xz
android_bootable_recovery-3d5a941b0b1671c3ccc3dd25faa2cd7de738b0b0.tar.zst
android_bootable_recovery-3d5a941b0b1671c3ccc3dd25faa2cd7de738b0b0.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,