blob: 0c5d97b4efcf92e8e0371cb60c703787f6791077 [file] [log] [blame]
Comran Morshed6c6a0a92016-01-17 12:45:16 +00001package(default_visibility = ['//visibility:public'])
2
Austin Schuh4f857292018-02-15 23:42:04 -08003load('//aos/build:queues.bzl', 'queue_library')
Comran Morshed6c6a0a92016-01-17 12:45:16 +00004
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)