commit | e791997cd23a652f8ab3b23a76db712b7e6a48cc | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Nov 22 21:27:37 2015 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Nov 22 21:27:37 2015 -0800 |
tree | c6ae46040bbba1e257f48bbe92f92547f0ce0d1e | |
parent | 41d709b841dc4a05e12ed537e4ec9dbecc055f0a [diff] |
Deploy the start list. Change-Id: I6773aa75e31e3bc36348de118460cba58763f059
diff --git a/aos/prime/downloader/downloader.bzl b/aos/prime/downloader/downloader.bzl index dd21011..0bbae4b 100644 --- a/aos/prime/downloader/downloader.bzl +++ b/aos/prime/downloader/downloader.bzl
@@ -1,5 +1,5 @@ def _aos_downloader_impl(ctx): - all_files = ctx.files.srcs + ctx.files.start_srcs + all_files = ctx.files.srcs + ctx.files.start_srcs + [ctx.outputs._startlist] ctx.file_action( output = ctx.outputs.executable, executable = True,