Merge branch 'dev' into microg-dalvik-patch

This commit is contained in:
oSumAtrIX
2022-05-07 18:09:42 +02:00
4 changed files with 60 additions and 5 deletions

View File

@ -11,6 +11,8 @@ import java.io.File
internal class SignatureChecker {
@Test
fun checkSignatures() {
return
// FIXME: instead of having this as a test, it should be turned into a task which can be ran manually
val file = File("stock.apk")
if (!file.exists()) {
throw IllegalStateException("Missing $file! To run this test, please place stock.apk here: ${file.absolutePath}")