summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/res
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-06-05 02:37:30 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-06-05 02:37:30 +0200
commitca9d2d71bfd18936b52a2ebf08c935cdbab6feca (patch)
tree41e015c64b29c9df82aa9c7948f05d3bae31bd01 /updater_sample/tests/res
parentMerge "tests: Add ResumableUpdaterTest." am: a21a63bf56 (diff)
parentMerge "updater_sample: improve updater state handling" (diff)
downloadandroid_bootable_recovery-ca9d2d71bfd18936b52a2ebf08c935cdbab6feca.tar
android_bootable_recovery-ca9d2d71bfd18936b52a2ebf08c935cdbab6feca.tar.gz
android_bootable_recovery-ca9d2d71bfd18936b52a2ebf08c935cdbab6feca.tar.bz2
android_bootable_recovery-ca9d2d71bfd18936b52a2ebf08c935cdbab6feca.tar.lz
android_bootable_recovery-ca9d2d71bfd18936b52a2ebf08c935cdbab6feca.tar.xz
android_bootable_recovery-ca9d2d71bfd18936b52a2ebf08c935cdbab6feca.tar.zst
android_bootable_recovery-ca9d2d71bfd18936b52a2ebf08c935cdbab6feca.zip
Diffstat (limited to 'updater_sample/tests/res')
-rw-r--r--updater_sample/tests/res/raw/update_config_001_stream.json (renamed from updater_sample/tests/res/raw/update_config_stream_001.json)0
-rw-r--r--updater_sample/tests/res/raw/update_config_002_stream.json (renamed from updater_sample/tests/res/raw/update_config_stream_002.json)0
-rw-r--r--updater_sample/tests/res/raw/update_config_003_nonstream.json9
3 files changed, 9 insertions, 0 deletions
diff --git a/updater_sample/tests/res/raw/update_config_stream_001.json b/updater_sample/tests/res/raw/update_config_001_stream.json
index be51b7c95..be51b7c95 100644
--- a/updater_sample/tests/res/raw/update_config_stream_001.json
+++ b/updater_sample/tests/res/raw/update_config_001_stream.json
diff --git a/updater_sample/tests/res/raw/update_config_stream_002.json b/updater_sample/tests/res/raw/update_config_002_stream.json
index 5d7874cdb..5d7874cdb 100644
--- a/updater_sample/tests/res/raw/update_config_stream_002.json
+++ b/updater_sample/tests/res/raw/update_config_002_stream.json
diff --git a/updater_sample/tests/res/raw/update_config_003_nonstream.json b/updater_sample/tests/res/raw/update_config_003_nonstream.json
new file mode 100644
index 000000000..4175c35ea
--- /dev/null
+++ b/updater_sample/tests/res/raw/update_config_003_nonstream.json
@@ -0,0 +1,9 @@
+{
+ "__": "*** Generated using tools/gen_update_config.py ***",
+ "ab_config": {
+ "force_switch_slot": false
+ },
+ "ab_install_type": "NON_STREAMING",
+ "name": "S ota_002_package",
+ "url": "file:///data/sample-ota-packages/ota_003_package.zip"
+} \ No newline at end of file