mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
clean content of obj and build folders
explicitly list the content to be deleted, to have some more general protection in case sth. goes wrong accidentally ...
This commit is contained in:
parent
c01616b2aa
commit
126552b419
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@ cd jni/deltachat-core-rust
|
||||||
cargo clean
|
cargo clean
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
|
rm -rf build/generated
|
||||||
|
rm -rf build/intermediates
|
||||||
|
rm -rf build/outputs
|
||||||
|
rm -rf build/tmp
|
||||||
|
rm build/gmpAppId.txt
|
||||||
|
rm -rf obj/local
|
||||||
rm -rf jni/deltachat-core-rust/target
|
rm -rf jni/deltachat-core-rust/target
|
||||||
rm jni/armeabi-v7a/libdeltachat.a
|
rm jni/armeabi-v7a/libdeltachat.a
|
||||||
rm jni/x86/libdeltachat.a
|
rm jni/x86/libdeltachat.a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue