Added artifacts required for brillo emulator.
Need kernel and dtb files that aren't included in img artifact.
BUG=None
TEST=Tested locally
Change-Id: I68501073f83c4a16f3ae5b2020d271ce1ca6b2a3
Reviewed-on: https://chromium-review.googlesource.com/358204
Commit-Ready: Justin Giorgi <jgiorgi@google.com>
Tested-by: Justin Giorgi <jgiorgi@google.com>
Reviewed-by: Kevin Cheng <kevcheng@chromium.org>
diff --git a/artifact_info.py b/artifact_info.py
index e3ceea5..9243cc0 100644
--- a/artifact_info.py
+++ b/artifact_info.py
@@ -98,6 +98,12 @@
ANDROID_NATIVETESTS_ZIP = 'nativetests'
ANDROID_CONTINUOUS_NATIVE_TESTS_ZIP = 'continuous_native_tests'
+# Zip file including all target files and images
+ANDROID_TARGET_FILES_ZIP = 'target_files'
+
+# Zip file containing DTB for emulators
+ANDROID_DTB_ZIP = 'dtb'
+
# In general, downloading one artifact usually indicates that the caller will
# want to download other artifacts later. The following map explicitly defines
# this relationship. Specifically: