soong: Hardcode release-keys instead of dev-keys

- We sign inline.

Change-Id: Idfac2f3a48973a3068da48f04724d5fa4ee5e934
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
This commit is contained in:
Ido Ben-Hur
2024-11-02 18:40:37 +00:00
committed by SkyMinus
parent 83146225c1
commit 107888e09e
2 changed files with 2 additions and 2 deletions

View File

@@ -1056,7 +1056,7 @@ func (c *config) BuildKeys() string {
if defaultCert == "" || defaultCert == filepath.Join(testKeyDir, "testkey") {
return "test-keys"
}
return "dev-keys"
return "release-keys"
}
func (c *config) ApexKeyDir(ctx ModuleContext) SourcePath {