blob: 81f75d4eb83117746e602165010e0c4838171120 [file] [log] [blame]
Comran Morshed6c6a0a92016-01-17 12:45:16 +00001package(default_visibility = ['//visibility:public'])
2
3load('/aos/build/queues', 'queue_library')
4
5queue_library(
Comran Morshedaa0573c2016-03-05 19:05:54 +00006 name = 'ball_detector',
7 srcs = [
8 'ball_detector.q',
9 ],
10)
11
12queue_library(
Comran Morshed6c6a0a92016-01-17 12:45:16 +000013 name = 'profile_params',
14 srcs = [
15 'profile_params.q',
16 ],
17)