diff options
author | 2025-03-08 00:43:08 +0000 | |
---|---|---|
committer | 2025-03-08 00:47:40 +0000 | |
commit | 0284ed43ebf95d17ab3d395857f782e212b3d705 (patch) | |
tree | 6bec54b4ae029e4a5a5ca2f687ba161e6004ce8f /filesystem/bootimg.go | |
parent | f7b7cc33e344d2ca9a86fe773a294a1f31e2b8d4 (diff) |
Harcode partition info of apk-in-apex for apkcerts.txt
`apex` creates an androidmk entry for each apk-in-apex, but does not
add its partition info to `LOCAL_*_SPECIFIC` of these autogenerated
androidmk modules. Therefore partition of apk-in-apex in make is always
"system".
This CL hardcodes the partition of these modules to "system" when
building with Soong as well.
Bug: 399788149
Test: Verified that these diff disappears
< name="CompOSPayloadApp.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key="build/make/target/product/security/testkey.pk8" partition="system"
Change-Id: I8a0d32e69fae8a30e7612a0e017d218b6db5f083
---
> name="CompOSPayloadApp.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key="build/make/target/product/security/testkey.pk8" partition="system_ext"
Test: The files are now bit-identical
Diffstat (limited to 'filesystem/bootimg.go')
0 files changed, 0 insertions, 0 deletions