mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
13 lines
303 B
Python
13 lines
303 B
Python
COMPILE_DEPS = [
|
|
'//lib:COMPILE',
|
|
'//utils/misc:onlab-misc',
|
|
'//utils/osgi:onlab-osgi',
|
|
'//utils/rest:onlab-rest',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
name = 'onos-api',
|
|
deps = COMPILE_DEPS,
|
|
javadoc_files = glob(['src/main/javadoc/**/*']),
|
|
javadoc_files_root = 'src/main/javadoc',
|
|
) |