From 9b2f6986e1f920b0454d138ef5c5cff4039de220 Mon Sep 17 00:00:00 2001 From: Rob Bultman Date: Wed, 24 May 2023 13:29:23 -0400 Subject: [PATCH] Add missing stuff to build.gn --- src/controller/data_model/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controller/data_model/BUILD.gn b/src/controller/data_model/BUILD.gn index 1a89e51fb87a2b..06fc9cf2d5d08d 100644 --- a/src/controller/data_model/BUILD.gn +++ b/src/controller/data_model/BUILD.gn @@ -88,6 +88,8 @@ if (current_os == "android" || build_java_matter_controller) { "jni/DescriptorClient-ReadImpl.cpp", "jni/DiagnosticLogsClient-InvokeSubscribeImpl.cpp", "jni/DiagnosticLogsClient-ReadImpl.cpp", + "jni/DishwasherAlarmClient-InvokeSubscribeImpl.cpp", + "jni/DishwasherAlarmClient-ReadImpl.cpp", "jni/DoorLockClient-InvokeSubscribeImpl.cpp", "jni/DoorLockClient-ReadImpl.cpp", "jni/ElectricalMeasurementClient-InvokeSubscribeImpl.cpp",