Compare commits
2 Commits
cd197a1f32
...
44d000d031
Author | SHA1 | Date |
---|---|---|
Bndrs21 | 44d000d031 | |
Bndrs21 | e102f28105 |
|
@ -1,7 +1,7 @@
|
||||||
target(<{bndrs211}>
|
target(<{bndrs211}>
|
||||||
name = "faiss",
|
name = "faiss",
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ann/src/main/java/com/twitter/ann/faiss/swig:swig-artifactory",
|
"ann/src/main/java/com/x/ann/faiss/swig:swig-artifactory",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -11,5 +11,5 @@ java_library(
|
||||||
compiler_option_sets = ["fatal_warnings"],
|
compiler_option_sets = ["fatal_warnings"],
|
||||||
platform = "java8",
|
platform = "java8",
|
||||||
tags = ["bazel-compatible"],
|
tags = ["bazel-compatible"],
|
||||||
dependencies = [],
|
dependencies = [x21media],
|
||||||
)
|
)
|
Loading…
Reference in New Issue