Assigned
Status Update
Comments
wy...@telechips.corp-partner.google.com <wy...@telechips.corp-partner.google.com> #2
CTS tool version : 15_r2
command : run cts -m CtsSecurityTestCases -t android.security.cts.PackageSignatureTest#testPackageSignatures
precondition :
signs platform with sign_target_files_apks and img_from_target_files script and update images.
command : run cts -m CtsSecurityTestCases -t android.security.cts.PackageSignatureTest#testPackageSignatures
precondition :
signs platform with sign_target_files_apks and img_from_target_files script and update images.
vi...@google.com <vi...@google.com> #3
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
Description
CtsSecurityTestCases , android.security.cts.PackageSignatureTest#testPackageSignatures failures.
We used sign_target_files_apks script to sign to pass the test.
However, a signing failure for the app file in the packages/modules git is reported. (Ex. com.android.bluetooth)
The problem is that the package/modules internal app signature cannot be changed with the sign_target_files_apks script.
The above app is not included inside target_files.zip, so sign_target_files_apks cannot be used.
The inquiries are summarized in two ways.
1. 15_r2 's Android.security.cts.PackageSignatureTest#testPackageSignatures is normally working?
2. Is it normal to not be able to sign the package/module internal app with sign_target_files_apks?