Skip to content

Commit

Permalink
fix unknown argument: '-ffile-prefix-map by only build default target (
Browse files Browse the repository at this point in the history
  • Loading branch information
xylophone21 authored Sep 14, 2021
1 parent f878d22 commit 0b6c0ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/android/CHIPTool/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ android {
// NOTE: This build assumes CHIP was configured and built for armeabi-v7a. Deal with
// other archs later when build is sane.
// ndk {abiFilters 'armeabi-v7a'}

externalNativeBuild {
cmake {
targets "default"
}
}
}

buildTypes {
Expand Down

0 comments on commit 0b6c0ba

Please sign in to comment.