mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-20 11:52:12 +02:00
There are three genrules: 1. Build features.xml 2. Build app.xml 3. Generate app.oar Change-Id: I6adfd47fadf40ad2440998071a01894458629ac6
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
include_defs('//bucklets/maven_jar.bucklet')
|
|
include_defs('//bucklets/onos.bucklet')
|
|
include_defs('//bucklets/onos_app.bucklet')
|
|
|
|
BASE_DEPS = [
|
|
'//lib:junit',
|
|
'//lib:hamcrest-all',
|
|
'//lib:slf4j-api',
|
|
'//lib:guava-testlib',
|
|
] |