blob: b6fdc640beda086ee891be875ccefaa4e53082c8 [file] [log] [blame]
maojianwei42e23442016-02-15 10:40:48 +08001COMPILE_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)