commit | f093fa5b94f053b9533fdca9a5a3258c652809dc | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin@peloton-tech.com> | Sun Jun 23 20:47:23 2019 -0700 |
committer | Austin Schuh <austin@peloton-tech.com> | Sun Jun 23 20:55:59 2019 -0700 |
tree | 5c325141e8fbb82dc9c10792df6681ac8bb168e4 | |
parent | 1b133a70da6b7c6a651d5dd7888114a9cbe5fb84 [diff] [blame] |
Switch to starlark http_file and archive Change-Id: Ic5fdf21aef2100a1172496f08b631b83d108ec03
diff --git a/aos/build/queues.bzl b/aos/build/queues.bzl index 26c2cf8..07a91e4 100644 --- a/aos/build/queues.bzl +++ b/aos/build/queues.bzl
@@ -95,7 +95,7 @@ name = name + '_' + src, src = src, q_deps = ':%s__q_deps' % name, - package_name = PACKAGE_NAME, + package_name = native.package_name(), visibility = ['//visibility:private'], compatible_with = compatible_with, restricted_to = restricted_to,