libresubstratum: use recent ndk, rm instead of scandelete

Does not build with default ndk r12b.

scandelete does not trigger on warnings for now, so fdroid complains
about an unused scandelete path in the end. Just use rm for now.
This commit is contained in:
Marcus Hoffmann 2017-11-13 15:13:37 +01:00
parent a36b5e674e
commit 49f76f6753

View file

@ -17,7 +17,8 @@ Build:0.1-fdroid,1
submodules=yes submodules=yes
init=./removeprop.sh init=./removeprop.sh
gradle=Fdroid gradle=Fdroid
scandelete=testthemes rm=testthemes/OmniTheme/substrate/substrate.aar
ndk=r15c
gradleprops=fdroid gradleprops=fdroid
Auto Update Mode:None Auto Update Mode:None