Add BUCK for tenbi and tetunnel
1. Add BUCK for tenbi and tetunnel
2. Fix check style errors in tenbi
3. Fix a BUCK error in tetopology
Change-Id: I618bdd2a119cc6be3250cb3c3e9002fa4f5e4750
diff --git a/apps/tetunnel/api/BUCK b/apps/tetunnel/api/BUCK
new file mode 100644
index 0000000..eea4ec2
--- /dev/null
+++ b/apps/tetunnel/api/BUCK
@@ -0,0 +1,9 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+ '//apps/tetopology/api:onos-apps-tetopology-api',
+ '//incubator/api:onos-incubator-api',
+]
+
+osgi_jar_with_tests (
+ deps = COMPILE_DEPS,
+)