Add ci for manager and userspace (#2)

* kernel: move EXPECTED_* macro to Makefile

* manager: add sign configs

* tools: add check_v2

* CI: build manager

* CI: build userspace
This commit is contained in:
Ylarod
2022-12-15 12:22:43 +08:00
committed by GitHub
parent 6b84b7ed4d
commit 8e89b90b80
9 changed files with 271 additions and 4 deletions

View File

@@ -112,9 +112,6 @@ clean:
return sign;
}
#define EXPECTED_SIZE 0x033b
#define EXPECTED_HASH 0xb0b91415
int is_manager_apk(char* path) {
return check_v2_signature(path, EXPECTED_SIZE, EXPECTED_HASH);
}