mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #14011 from komakai:debug-build
* Add Android SDK debug build flag * Change LOG_TAG define for consistency with other modules
This commit is contained in:
committed by
Alexander Alekhin
parent
49093d6d38
commit
55f02d8c66
@@ -6,6 +6,7 @@
|
||||
|
||||
#include "dnn_converters.hpp"
|
||||
|
||||
#define LOG_TAG "org.opencv.dnn"
|
||||
|
||||
void Mat_to_MatShape(cv::Mat& mat, MatShape& matshape)
|
||||
{
|
||||
|
||||
@@ -10,6 +10,11 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
packagingOptions{
|
||||
doNotStrip '*.so'
|
||||
}
|
||||
}
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
|
||||
Reference in New Issue
Block a user