Skip to content

Commit c4927d4

Browse files
Pull in EventLogging into src/app:app (project-chip#32230)
* Pull in EventLogging into src/app:app * Fix typo * Restyle --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 4158d55 commit c4927d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ jobs:
100100
--known-failure app/CompatEnumNames.h \
101101
--known-failure app/data-model/ListLargeSystemExtensions.h \
102102
--known-failure app/EventHeader.h \
103-
--known-failure app/EventLoggingDelegate.h \
104-
--known-failure app/EventLogging.h \
105103
--known-failure app/EventLoggingTypes.h \
106104
--known-failure app/InteractionModelHelper.h \
107105
--known-failure app/ReadClient.h \

src/app/BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ static_library("app") {
233233
"DefaultAttributePersistenceProvider.h",
234234
"DeferredAttributePersistenceProvider.cpp",
235235
"DeferredAttributePersistenceProvider.h",
236+
"EventLogging.h",
237+
"EventLoggingDelegate.h",
236238
"EventManagement.cpp",
237239
"EventManagement.h",
238240
"FailSafeContext.cpp",

0 commit comments

Comments
 (0)