Committed by
Gerrit Code Review
Adding a dependency for BUCK.
Change-Id: Icd5993fa607817f0777af0177af66292f1fb8f15
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -5,9 +5,10 @@ CURRENT_TARGET = ':' + CURRENT_NAME | ... | @@ -5,9 +5,10 @@ CURRENT_TARGET = ':' + CURRENT_NAME |
5 | 5 | ||
6 | COMPILE_DEPS = [ | 6 | COMPILE_DEPS = [ |
7 | '//lib:CORE_DEPS', | 7 | '//lib:CORE_DEPS', |
8 | + '//lib:concurrent-trees', | ||
8 | '//incubator/api:onos-incubator-api', | 9 | '//incubator/api:onos-incubator-api', |
9 | '//core/store/dist:onos-core-dist', | 10 | '//core/store/dist:onos-core-dist', |
10 | - '//core/store/serializers:onos-core-serializers', | 11 | + '//core/store/serializers:onos-core-serializers' |
11 | ] | 12 | ] |
12 | 13 | ||
13 | TEST_DEPS = [ | 14 | TEST_DEPS = [ | ... | ... |
-
Please register or login to post a comment