We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baacdbd commit b404bfcCopy full SHA for b404bfc
libsoundtouch/CMakeLists.txt
@@ -0,0 +1,2 @@
1
+cmake_minimum_required(VERSION 3.4.1)
2
+
libsoundtouch/build.gradle
@@ -12,6 +12,16 @@ android {
12
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14
consumerProguardFiles 'consumer-rules.pro'
15
16
+ externalNativeBuild {
17
+ cmake {
18
+ cppFlags "-std=c++11"
19
+ }
20
21
22
+ ndk {
23
+ abiFilters "armeabi-v7a"
24
25
}
26
27
buildTypes {
@@ -21,6 +31,12 @@ android {
31
32
33
34
35
36
37
+ path "CMakeLists.txt"
38
39
40
41
42
dependencies {
0 commit comments