mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-03 06:54:59 -04:00
apex signing updates
untested Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
835fbb7d2c
commit
ea83b47d59
3 changed files with 118 additions and 6 deletions
6
Misc/apex.py
Normal file
6
Misc/apex.py
Normal 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" \\');
|
Loading…
Add table
Add a link
Reference in a new issue