summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramStore.java
diff options
context:
space:
mode:
authorSatoshi Sanno <satoshi.sanno@sony.com>2019-02-08 18:54:23 +0900
committerTakamasa Kuramitsu <takamasa.kuramitsu@sony.com>2019-02-14 00:12:26 +0000
commit803f4194510a7600f129ea79fd415a4defe0778e (patch)
treeff8bbe1764d53ab60fdc8fd428777f99846c3655 /rs/java/android/renderscript/ProgramStore.java
parent32bfd77b794d88ce6225189d9a8c48321a21c63f (diff)
Fix that the update to v1 signed version fails if apk verity is enabled
Symptom: To update APK Signature Scheme v1 signed system priv-app to new v1 signed version fails if apk verity is enabled. Root cause: The package manager gets the verity root hash from apk for apk verity. But, the getting prosess does not consider v1 signed apk. The getting prosess fails if the apk is v1 signed. It causes the update failure. Solution: Always skip apk verity if the apk is v1 signed. Because v1 signed apk always does not have the verity root hash, and apk verity has been skipped in case of that the apk is v2 or v3 signed and the apk does not have the verity root hash. Bug: 124354537 Change-Id: Ieb19ed9a3277bfad09dc67a1abf1d9039c44709f
Diffstat (limited to 'rs/java/android/renderscript/ProgramStore.java')
0 files changed, 0 insertions, 0 deletions