Fix android CHIPTest linkage after #36297 . (#36424)
Tested locally that `android-arm64-chip-test` builds.
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
diff --git a/examples/android/CHIPTest/BUILD.gn b/examples/android/CHIPTest/BUILD.gn
index c8ccb2e..7dee07e 100644
--- a/examples/android/CHIPTest/BUILD.gn
+++ b/examples/android/CHIPTest/BUILD.gn
@@ -39,6 +39,7 @@
"${chip_root}/src/platform/android:java",
"${chip_root}/src/platform/android:logging",
"${chip_root}/src/platform/tests:tests",
+ "${chip_root}/src/pw_backends/assert:assert.impl",
"${chip_root}/third_party/inipp",
"${chip_root}/third_party/nlfaultinjection:nlfaultinjection",
]