onos/buck-tools/default.defs
Brian O'Connor 1f1659868c Generate onos_app rule
There are three genrules:
 1. Build features.xml
 2. Build app.xml
 3. Generate app.oar

Change-Id: I6adfd47fadf40ad2440998071a01894458629ac6
2016-04-07 15:33:32 +00:00

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',
]