• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • protocols
  • ospf
  • protocol
  • BUCK
  • Ray Milkey's avatar
    Refactor protocol BUCK files to use more modern rules and format · 8dac818d ...
    8dac818d
    Change-Id: I9262fdeef12cfd098afefc711d995ffc76b9efb1
    Ray Milkey authored 2016-04-29 17:33:12 -0700
BUCK 144 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//protocols/ospf/api:onos-protocols-ospf-api',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)