Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wiki: signing builds: fix apexes array
Right now apexes is a string, and the loop {%- for apex in apexes %} hence does not work. Split the string into a proper array to fix this. Also change so we loop over apexes twice to first print all --extra_apks args, and then all --extra_apex_payload_key args, as I think this looks nicer. Change-Id: I8b546cbbe6d64e096abadac138c88b9f570d556b
- Loading branch information