the-algorithm/tweetypie/server/src/main/thrift/BUILD
twitter-team 01dbfee4c0 Open-sourcing Tweetypie
Tweetypie is the core Tweet service that handles the reading and writing of Tweet data.
2023-05-19 16:20:06 -05:00

30 lines
1.2 KiB
Python

create_thrift_libraries(
base_name = "compiled",
sources = ["**/*.thrift"],
platform = "java8",
strict_deps = True,
tags = ["bazel-compatible"],
dependency_roots = [
"mediaservices/commons/src/main/thrift",
"tweetypie/servo/repo/src/main/thrift",
"src/thrift/com/twitter/context:feature-context",
"src/thrift/com/twitter/escherbird:media-annotation-structs",
"src/thrift/com/twitter/expandodo:capi",
"src/thrift/com/twitter/expandodo:only",
"src/thrift/com/twitter/geoduck",
"src/thrift/com/twitter/gizmoduck:thrift",
"src/thrift/com/twitter/gizmoduck:user-thrift",
"src/thrift/com/twitter/servo:servo-exception",
"tweetypie/common/src/thrift/com/twitter/tweetypie:audit",
"tweetypie/common/src/thrift/com/twitter/tweetypie:delete_location_data",
"tweetypie/common/src/thrift/com/twitter/tweetypie:media-entity",
"tweetypie/common/src/thrift/com/twitter/tweetypie:service",
"tweetypie/common/src/thrift/com/twitter/tweetypie:stored-tweet-info",
"tweetypie/common/src/thrift/com/twitter/tweetypie:tweet",
],
generate_languages = [
"java",
"scala",
],
)