Skip to content

Commit 3424443

Browse files
andy31415andreilitvin
authored andcommitted
Fix missing search&repace from #26941 (#27112)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 95bf452 commit 3424443

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/android/CHIPTool/app/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ apply plugin: 'kotlin-parcelize'
55
android {
66
compileSdkVersion 31
77

8+
ndkVersion "23.2.8568313"
9+
810
defaultConfig {
911
applicationId "com.google.chip.chiptool"
1012
minSdkVersion 24

scripts/build/builders/android.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def build_outputs(self):
546546
"lib",
547547
"jni",
548548
self.board.AbiName(),
549-
"libSetupPayloadParser.so",
549+
"libOnboardingPayload.so",
550550
),
551551
"jni/%s/libCHIPController.so"
552552
% self.board.AbiName(): os.path.join(

0 commit comments

Comments
 (0)