• Home
Name Date Size #Lines LOC

..--

Android.bpD03-May-20242.5 KiB8876

ApkVerityTestApp.dmD03-May-2024231.8 KiB

ApkVerityTestAppSplit.dmD03-May-2024231.5 KiB

ApkVerityTestCert.derD03-May-20241.3 KiB

ApkVerityTestCert.pemD03-May-20241.8 KiB3130

ApkVerityTestKey.pemD03-May-20243.2 KiB5352

README.mdD03-May-2024516 1410

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