提交 abe994bd 编写于 作者: B Bin Li

conform android demo to mace

上级 f365c74d
...@@ -4,7 +4,7 @@ android { ...@@ -4,7 +4,7 @@ android {
compileSdkVersion 26 compileSdkVersion 26
defaultConfig { defaultConfig {
applicationId "com.xiaomi.mace.demo" applicationId "com.xiaomi.mace.demo"
minSdkVersion 19 minSdkVersion 21
targetSdkVersion 26 targetSdkVersion 26
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
...@@ -9,14 +9,14 @@ android { ...@@ -9,14 +9,14 @@ android {
} }
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 21
targetSdkVersion 26 targetSdkVersion 26
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cppFlags "-std=c++14 -fopenmp" cppFlags "-std=c++11 -fopenmp"
abiFilters "arm64-v8a" abiFilters "arm64-v8a"
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册