commit | ba36606ddab0f2af59aa7b7493703cb83e19e2b8 | [log] [tgz] |
---|---|---|
author | Kalhee Kim <Kalhee.Kim@nokia.com> | Tue Nov 07 16:32:09 2017 +0000 |
committer | Ray Milkey <ray@opennetworking.org> | Mon Nov 20 21:15:58 2017 +0000 |
tree | 722540ada245cf505170b9ed4c3a66e3b27acfad | |
parent | 6800ced6703808513582735f8ba3d61b504add85 [diff] [blame] |
[CORD-1616] Supports PD by DHCP relay App Change-Id: I9a23534023ca2847bd3f77a3f9ee2b468c5bb422
diff --git a/apps/routing/fpm/api/BUCK b/apps/routing/fpm/api/BUCK new file mode 100644 index 0000000..f5a98fc --- /dev/null +++ b/apps/routing/fpm/api/BUCK
@@ -0,0 +1,7 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', +] + +osgi_jar ( + deps = COMPILE_DEPS, +)