• 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
  • drivers
  • utilities
  • BUCK
  • Ray Milkey's avatar
    Appify BUCK builds for drivers · 61403ed2 ...
    61403ed2
    Change-Id: I94a44950ce793008ff2a3b2105207a9fff9a53ed
    Ray Milkey authored 2016-04-28 21:56:55 +0000
BUCK 217 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//core/net:onos-core-net',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
    resources_root = 'src/main/resources',
    resources = glob(['src/main/resources/**']),
)