• 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
  • providers
  • ovsdb
  • device
  • BUCK
  • Ray Milkey's avatar
    Fix up buck build for OVSDB apps · 43702bf4 ...
    43702bf4 Browse Files
    Change-Id: I57b69574ad7989795ba81fbeecb7e084c3165203
    Ray Milkey authored 2016-05-04 22:14:43 +0000
BUCK 201 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//protocols/ovsdb/api:onos-protocols-ovsdb-api',
    '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)