Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | D | 03-May-2024 | 2.5 KiB | 88 | 76 | |
ApkVerityTestApp.dm | D | 03-May-2024 | 231.8 KiB | |||
ApkVerityTestAppSplit.dm | D | 03-May-2024 | 231.5 KiB | |||
ApkVerityTestCert.der | D | 03-May-2024 | 1.3 KiB | |||
ApkVerityTestCert.pem | D | 03-May-2024 | 1.8 KiB | 31 | 30 | |
ApkVerityTestKey.pem | D | 03-May-2024 | 3.2 KiB | 53 | 52 | |
README.md | D | 03-May-2024 | 516 | 14 | 10 |
README.md
1This test only runs on rooted / debuggable device. 2 3The test tries to install subsets of base.{apk,dm}, split.{apk,dm} and their 4corresponding .fsv_sig files (generated by build rule). If installed, the 5tests also tries to tamper with the file at absolute disk offset to verify 6if fs-verity is effective. 7 8How to generate dex metadata (.dm) 9================================== 10 11 adb shell profman --generate-test-profile=/data/local/tmp/primary.prof 12 adb pull /data/local/tmp/primary.prof 13 zip foo.dm primary.prof 14