Skip to content

Commit

Permalink
Fix missing search&repace from #26941 (#27112)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Nov 16, 2023
1 parent 6d9ac36 commit 2431697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/android/CHIPTool/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ apply plugin: 'kotlin-parcelize'
android {
compileSdkVersion 31

ndkVersion "23.2.8568313"

defaultConfig {
applicationId "com.google.chip.chiptool"
minSdkVersion 24
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/builders/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def build_outputs(self):
"lib",
"jni",
self.board.AbiName(),
"libSetupPayloadParser.so",
"libOnboardingPayload.so",
),
"jni/%s/libCHIPController.so"
% self.board.AbiName(): os.path.join(
Expand Down

0 comments on commit 2431697

Please sign in to comment.