musikr: explicitly declare c++_static dep
This commit is contained in:
parent
e68242b8ee
commit
f50d9680a9
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ android {
|
|||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
consumerProguardFiles "consumer-rules.pro"
|
||||
|
||||
ndk {
|
||||
stl "c++_static"
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
Loading…
Reference in a new issue