Skip to content
Snippets Groups Projects
Commit 36f64af8 authored by Erick Tryzelaar's avatar Erick Tryzelaar Committed by CQ bot account: commit-bot@chromium.org
Browse files

[build][gn] Add note that system ota tests uses packages.tar.gz

This is done because a CQ change won't see that this change
breaks the system ota tests.

Change-Id: Ifa929d528e42fbdfb5eae17c3e32d22182dff0de
parent f825993a
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ pkg_archive_contents = [
pkg_archive_manifest = "$target_gen_dir/package_archive_manifest"
write_file(pkg_archive_manifest, pkg_archive_contents)
# NOTE: This is consumed by the system OTA tests. Please check in with the
# software delivery team if you need to change this.
pkg_archive = "$root_build_dir/packages.tar.gz"
compiled_action("package_archive") {
testonly = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment