apex signing updates

untested

Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-04-09 13:25:54 -04:00
parent 835fbb7d2c
commit ea83b47d59
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
3 changed files with 118 additions and 6 deletions

6
Misc/apex.py Normal file
View file

@ -0,0 +1,6 @@
import sys
apexes = open(sys.argv[1], "r");
for line in apexes:
print('--extra_apks ' + line.strip() + '.apex="$KEY_DIR/releasekey" \\');
print('--extra_apex_payload_key ' + line.strip() + '.apex="$KEY_DIR/avb.pem" \\');