diff options
| author | 2024-12-08 18:22:45 +0000 | |
|---|---|---|
| committer | 2025-01-10 10:36:17 -0800 | |
| commit | a5c7daa545ee72f957e4907f68a6e3991f0c9646 (patch) | |
| tree | dfe4a3982c72b20650aab90552d2bf317a07eb26 /python/python.go | |
| parent | 887230e6065f5344078029d4d419a4293214c30d (diff) | |
Bugfix for LOCAL_CERTIFICATE of AutogeneratedRuntimeResourceOverlay
LOCAL_CERTIFICATE of these modules are currently set to `PRESIGNED`,
since soong generates the build rules to sign the apk.
However, this is an incorrect interpretation of `PRESIGNED`. This
keyword means that the apk was signed with a release key, and not dev
keys. Since Soong signs the autogenerated rros with dev keys, drop
`PRESIGNED` from `LOCAL_CERTIFICATE` and replace it with the dev key
string.
Test: verified that `LOCAL_CERTIFICATE` of
`Settings__aosp_cf_x86_64_phone__auto_generated_rro_vendor` in the
autogenerated Android.mk is no longer PRESIGNED.
Bug: 375277835
(cherry picked from https://android-review.googlesource.com/q/commit:af8a3f5eaf70b817e43ab8e0a4908a7a5025c85f)
Merged-In: I024f88f9ee887323e93df8338af5f8b089025b93
Change-Id: I024f88f9ee887323e93df8338af5f8b089025b93
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions