Skip to content

Commit 724ce14

Browse files
andy31415andreilitvin
authored andcommitted
Fix android CHIPTest linkage after project-chip#36297 . (project-chip#36424)
Tested locally that `android-arm64-chip-test` builds. Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 735879a commit 724ce14

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)