diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-06-08 01:38:08 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-06-08 01:38:08 +0200 |
commit | 7c8e5b6ee878cb36ad95eedaaa7a2f7327b6f2cd (patch) | |
tree | b7072b12cfc83322223e0f3316ce421e59a62813 | |
parent | Merge "updater_sample: change gen_update_config args" (diff) | |
parent | Merge "updater_sample: fix payload spec tests" (diff) | |
download | android_bootable_recovery-7c8e5b6ee878cb36ad95eedaaa7a2f7327b6f2cd.tar android_bootable_recovery-7c8e5b6ee878cb36ad95eedaaa7a2f7327b6f2cd.tar.gz android_bootable_recovery-7c8e5b6ee878cb36ad95eedaaa7a2f7327b6f2cd.tar.bz2 android_bootable_recovery-7c8e5b6ee878cb36ad95eedaaa7a2f7327b6f2cd.tar.lz android_bootable_recovery-7c8e5b6ee878cb36ad95eedaaa7a2f7327b6f2cd.tar.xz android_bootable_recovery-7c8e5b6ee878cb36ad95eedaaa7a2f7327b6f2cd.tar.zst android_bootable_recovery-7c8e5b6ee878cb36ad95eedaaa7a2f7327b6f2cd.zip |
-rw-r--r-- | updater_sample/tests/src/com/example/android/systemupdatersample/util/PayloadSpecsTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/tests/src/com/example/android/systemupdatersample/util/PayloadSpecsTest.java b/updater_sample/tests/src/com/example/android/systemupdatersample/util/PayloadSpecsTest.java index 3ba84c116..03086930e 100644 --- a/updater_sample/tests/src/com/example/android/systemupdatersample/util/PayloadSpecsTest.java +++ b/updater_sample/tests/src/com/example/android/systemupdatersample/util/PayloadSpecsTest.java @@ -65,7 +65,7 @@ public class PayloadSpecsTest { mTargetContext = InstrumentationRegistry.getTargetContext(); mTestContext = InstrumentationRegistry.getContext(); - mTestDir = mTargetContext.getFilesDir(); + mTestDir = mTargetContext.getCacheDir(); mPayloadSpecs = new PayloadSpecs(); } |