We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c4869 commit cf2075cCopy full SHA for cf2075c
src/controller/data_model/BUILD.gn
@@ -31,7 +31,6 @@ chip_data_model("data_model") {
31
}
32
33
if (current_os == "android" || build_java_matter_controller) {
34
-
35
config("java-build-config") {
36
if (build_java_matter_controller) {
37
include_dirs = java_matter_controller_dependent_paths
@@ -176,8 +175,8 @@ if (current_os == "android" || build_java_matter_controller) {
176
175
]
177
178
deps = [
179
- ":data_model",
180
- "${chip_root}/src/platform:platform_buildconfig",
+ ":data_model",
+ "${chip_root}/src/platform:platform_buildconfig",
181
182
183
public_configs = [ ":java-build-config" ]
0 commit comments