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:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user