commit | 8dac818d232b646f5f9bb2c7a1aaf4a08b2deea9 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Thu Apr 28 16:44:19 2016 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Fri Apr 29 17:33:12 2016 -0700 |
tree | 9b2dcf368dc778decf3a94369c9a3e325f03bd5d | |
parent | fdbb7f4fde13a07ce4c6577a1a855b04d2f659ea [diff] [blame] |
Refactor protocol BUCK files to use more modern rules and format Change-Id: I9262fdeef12cfd098afefc711d995ffc76b9efb1
diff --git a/protocols/isis/isisio/BUCK b/protocols/isis/isisio/BUCK new file mode 100644 index 0000000..a8795b9 --- /dev/null +++ b/protocols/isis/isisio/BUCK
@@ -0,0 +1,8 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//protocols/isis/api:onos-protocols-isis-api', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +)