diff options
author | Colin Cross <ccross@android.com> | 2018-10-18 00:14:31 +0200 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2018-10-18 00:14:31 +0200 |
commit | 88dcca91dd93cf4764b73e7da0e50ecf68860a31 (patch) | |
tree | 6efbe9ce04db1e0c7e20d78da5e90d3c184e6366 | |
parent | Merge "Implement the graphic menus" (diff) | |
download | android_bootable_recovery-88dcca91dd93cf4764b73e7da0e50ecf68860a31.tar android_bootable_recovery-88dcca91dd93cf4764b73e7da0e50ecf68860a31.tar.gz android_bootable_recovery-88dcca91dd93cf4764b73e7da0e50ecf68860a31.tar.bz2 android_bootable_recovery-88dcca91dd93cf4764b73e7da0e50ecf68860a31.tar.lz android_bootable_recovery-88dcca91dd93cf4764b73e7da0e50ecf68860a31.tar.xz android_bootable_recovery-88dcca91dd93cf4764b73e7da0e50ecf68860a31.tar.zst android_bootable_recovery-88dcca91dd93cf4764b73e7da0e50ecf68860a31.zip |
-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, |