Skip to content

Commit

Permalink
wiki: Update keys list for 14 QPR3
Browse files Browse the repository at this point in the history
Change-Id: I03e1d3f74a20bedb5b1879a533c67deb668b1c18
  • Loading branch information
luk1337 authored and npjohnson committed Jun 22, 2024
1 parent fbf0ddf commit 175aabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/signing_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ From the root of your Android tree, run these commands, altering the `subject` l
```
subject='/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/[email protected]'
mkdir ~/.android-certs
for cert in bluetooth cyngn-app media networkstack platform releasekey sdk_sandbox shared testcert testkey verity; do \
for cert in bluetooth cyngn-app media networkstack nfc platform releasekey sdk_sandbox shared testcert testkey verity; do \
./development/tools/make_key ~/.android-certs/$cert "$subject"; \
done
```
Expand Down

0 comments on commit 175aabe

Please sign in to comment.