• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Android.bpD23-Nov-20232.1 KiB7866

ApkVerityTestApp.dmD23-Nov-2023231.8 KiB

ApkVerityTestAppSplit.dmD23-Nov-2023231.5 KiB

ApkVerityTestCert.derD23-Nov-20231.3 KiB

ApkVerityTestCert.pemD23-Nov-20231.8 KiB3130

ApkVerityTestKey.pemD23-Nov-20233.2 KiB5352

README.mdD23-Nov-2023516 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