Skip to content

Commit b394bac

Browse files
Andrew Wangfacebook-github-bot
Andrew Wang
authored andcommitted
Remove outdated BUCK config
Summary: As per title Reviewed By: adityasharat Differential Revision: D51898556 fbshipit-source-id: 2f7af288d68c04eb20a92fe0af51516adf9b6baa
1 parent 3e4c6f2 commit b394bac

File tree

1 file changed

+1
-7
lines changed
  • litho-core/src/main/java/com/facebook/litho

1 file changed

+1
-7
lines changed

litho-core/src/main/java/com/facebook/litho/BUCK

+1-7
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,8 @@ litho_android_library(
3939
srcs = glob([
4040
"*.java",
4141
"*.kt",
42-
"debug/**/*.kt",
43-
"debug/**/*.java",
44-
"animation/*.java",
45-
"cancellation/*.kt",
46-
"choreographercompat/*.java",
47-
"dataflow/**/*.java",
42+
"debug/*.kt",
4843
"drawable/*.java",
49-
"equivalence/*.java",
5044
]),
5145
autoglob = False,
5246
enable_compilation_tracer = True,

0 commit comments

Comments
 (0)