blob: 7bb8c5ed50ec521a23a43c871fd3ea39d26c0058 [file] [log] [blame]
Brian Silverman8c374e02015-09-06 23:02:21 -04001package(default_visibility = ['//visibility:public'])
2
Austin Schuhf0736512015-09-07 01:22:16 -07003load('/aos/build/queues', 'queue_library')
Brian Silverman8c374e02015-09-06 23:02:21 -04004
5queue_library(
6 name = 'profile_params',
7 srcs = [
8 'profile_params.q',
9 ],
10)
11
12queue_library(
13 name = 'hot_goal',
14 srcs = [
15 'hot_goal.q',
16 ],
17)
18
19queue_library(
20 name = 'auto_mode',
21 srcs = [
22 'auto_mode.q',
23 ],
24)