Skip to content

Commit

Permalink
feat:新增配置
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyouwei committed Jul 16, 2020
1 parent baacdbd commit b404bfc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libsoundtouch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake_minimum_required(VERSION 3.4.1)

16 changes: 16 additions & 0 deletions libsoundtouch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ android {

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'

externalNativeBuild {
cmake {
cppFlags "-std=c++11"
}
}

ndk {
abiFilters "armeabi-v7a"
}
}

buildTypes {
Expand All @@ -21,6 +31,12 @@ android {
}
}


externalNativeBuild {
cmake {
path "CMakeLists.txt"
}
}
}

dependencies {
Expand Down

0 comments on commit b404bfc

Please sign in to comment.