blob: 182ab7d9a2b357e49e3e0902dca3be3accd22e47 [file] [log] [blame]
Brian Silverman8c374e02015-09-06 23:02:21 -04001package(default_visibility = ['//visibility:public'])
2
Austin Schuh4f857292018-02-15 23:42:04 -08003load('//aos/build:queues.bzl', '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)