android_packages_modules_Vi.../apkverify
Jiyong Park a41535be80 Store public key of APK to instance disk
Once a VM is started with an APK, we shouldn't accept any update of the
APK if its signer has changed.

For now, this CL can be considered a no-op because we don't accept any
update by comparing the root hash. However, in the future, when rollback
protection is supported, this change will make it possible to accept APK
updates if the public key remains the same.

Bug: 199143508
Test: atest MicrodroidHostTestCases

Change-Id: I2448faf4a8b9637571ebcc4bc49d3619129496d5
2021-09-13 15:38:30 +09:00
..
src Store public key of APK to instance disk 2021-09-13 15:38:30 +09:00
tests Clean up imports, formatting and tests. 2021-08-17 10:07:30 +09:00
Android.bp apkverify: add tests for invalid zip format 2021-08-12 14:50:20 +09:00
TEST_MAPPING libapkverify: Add TEST_MAPPING 2021-08-11 11:18:03 +09:00