commit | b6957627a1406b045727d59016942165b7933d18 | [log] [tgz] |
---|---|---|
author | Jian Li <pyguni@gmail.com> | Fri Jul 01 15:12:25 2016 +0900 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Jul 06 13:41:12 2016 +0000 |
tree | de092c8dfa8cef6683f736b782bf7f6b7746eeef | |
parent | 99514fbbaa5e24593b68a622e6d74a20d72b4f10 [diff] [blame] |
[ONOS-4718] Initial commit for LISP SBI protocols Change-Id: I5ae2f19f9ed6e4df579cf2246cd0ab0d31fd3396
diff --git a/protocols/lisp/api/BUCK b/protocols/lisp/api/BUCK new file mode 100644 index 0000000..2b27800 --- /dev/null +++ b/protocols/lisp/api/BUCK
@@ -0,0 +1,7 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +)