Skip to content

Commit

Permalink
add c++17 flag in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Dec 22, 2021
1 parent 951c8c8 commit dbec1c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ android {
externalNativeBuild {
cmake {
arguments "-DNCI_HOST_VERSION=" + versionName, "-DANDROID_PLATFORM=android-21"
cppFlags "-std=c++17"
}
}
}
Expand Down

0 comments on commit dbec1c8

Please sign in to comment.