Skip to content

Commit 7739356

Browse files
committed
Fix android CHIPTest linkage after project-chip#36297 .
Tested locally that `android-arm64-chip-test` builds.
1 parent 4edae20 commit 7739356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/android/CHIPTest/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ shared_library("jni") {
3939
"${chip_root}/src/platform/android:java",
4040
"${chip_root}/src/platform/android:logging",
4141
"${chip_root}/src/platform/tests:tests",
42+
"${chip_root}/src/pw_backends/assert:assert.impl",
4243
"${chip_root}/third_party/inipp",
4344
"${chip_root}/third_party/nlfaultinjection:nlfaultinjection",
4445
]

0 commit comments

Comments
 (0)