ktaglib: fix more build issues

This commit is contained in:
Alexander Capehart 2024-12-12 12:23:18 -07:00
parent abb547aba3
commit a5d7d47aba
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ android {
} }
task assembleTaglib(type: Exec) { task assembleTaglib(type: Exec) {
def jniDir = "$projectDir/src/main/cpp/" def jniDir = "$projectDir/src/main/cpp"
def libs = new File("$jniDir/taglib/pkg") def libs = new File("$jniDir/taglib/pkg")
if (libs.exists()) { if (libs.exists()) {
commandLine "true" commandLine "true"
@ -59,5 +59,5 @@ afterEvaluate {
} }
clean { 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
View file