Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Commit 43314b8

Browse files
committed
[TouchController] 修复 mixin 缺少 //touchcontroller/common/config 的编译错误
1 parent 1fff33b commit 43314b8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

touchcontroller/versions/mixin/1.21.11/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ java_merge_library(
44
name = "1.21.11",
55
srcs = glob(["*.java"]),
66
merge_deps = [
7+
"//touchcontroller/common/config",
78
"//touchcontroller/common/config/data",
89
"//touchcontroller/common/config/holder",
910
"//touchcontroller/common/event/render",

touchcontroller/versions/mixin/26.1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ java_merge_library(
44
name = "26.1",
55
srcs = glob(["*.java"]),
66
merge_deps = [
7+
"//touchcontroller/common/config",
78
"//touchcontroller/common/config/data",
89
"//touchcontroller/common/config/holder",
910
"//touchcontroller/common/event/render",

0 commit comments

Comments
 (0)