ktaglib: fix more build issues
This commit is contained in:
parent
abb547aba3
commit
a5d7d47aba
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ android {
|
|||
}
|
||||
|
||||
task assembleTaglib(type: Exec) {
|
||||
def jniDir = "$projectDir/src/main/cpp/"
|
||||
def jniDir = "$projectDir/src/main/cpp"
|
||||
def libs = new File("$jniDir/taglib/pkg")
|
||||
if (libs.exists()) {
|
||||
commandLine "true"
|
||||
|
@ -59,5 +59,5 @@ afterEvaluate {
|
|||
}
|
||||
|
||||
clean {
|
||||
delete "$projectDir/src/main/jni/ffmpeg/android-libs/"
|
||||
delete "$projectDir/src/main/cpp/taglib/pkg"
|
||||
}
|
||||
|
|
0
ktaglib/src/main/cpp/build_taglib.sh
Normal file → Executable file
0
ktaglib/src/main/cpp/build_taglib.sh
Normal file → Executable file
Loading…
Reference in a new issue