Brian Silverman | 8c374e0 | 2015-09-06 23:02:21 -0400 | [diff] [blame] | 1 | package(default_visibility = ['//visibility:public']) |
2 | |||||
Austin Schuh | 4f85729 | 2018-02-15 23:42:04 -0800 | [diff] [blame] | 3 | load('//aos/build:queues.bzl', 'queue_library') |
Brian Silverman | 8c374e0 | 2015-09-06 23:02:21 -0400 | [diff] [blame] | 4 | |
5 | queue_library( | ||||
6 | name = 'profile_params', | ||||
7 | srcs = [ | ||||
8 | 'profile_params.q', | ||||
9 | ], | ||||
10 | ) | ||||
11 | |||||
12 | queue_library( | ||||
13 | name = 'hot_goal', | ||||
14 | srcs = [ | ||||
15 | 'hot_goal.q', | ||||
16 | ], | ||||
17 | ) | ||||
18 | |||||
19 | queue_library( | ||||
20 | name = 'auto_mode', | ||||
21 | srcs = [ | ||||
22 | 'auto_mode.q', | ||||
23 | ], | ||||
24 | ) |