blob: ab6251eb2a41718a8c4ae0ca530c1dd0b5705f96 [file] [log] [blame]
Sean Condon6aad2842018-02-26 23:16:36 +00001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3]
4
5TEST_DEPS = [
6 '//lib:TEST_ADAPTERS',
7]
8
9osgi_jar_with_tests (
10 deps = COMPILE_DEPS,
11 test_deps = TEST_DEPS,
12 visibility = ['PUBLIC'],
13)
14