Skip to content

Commit

Permalink
Ensure build id is set in native libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nain57 committed Sep 20, 2023
1 parent e4df25c commit 0f37106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/detection/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ android {
debug {
externalNativeBuild {
cmake {
cppFlags ""
cppFlags "-Wl,--build-id"
arguments "-DCMAKE_BUILD_TYPE=Debug"
}
}
}
release {
externalNativeBuild {
cmake {
cppFlags ""
cppFlags "-Wl,--build-id"
arguments "-DANDROID_SDK_ROOT=${project.android.sdkDirectory}",
"-DCMAKE_BUILD_TYPE=Release",
"-DOPENCV_ENABLE_NONFREE=OFF",
Expand Down

0 comments on commit 0f37106

Please sign in to comment.