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

..12-Dec-2023-

Android.bpH A D12-Dec-20232.5 KiB8876

ApkVerityTestApp.dmH A D12-Dec-2023231.8 KiB

ApkVerityTestAppSplit.dmH A D12-Dec-2023231.5 KiB

ApkVerityTestCert.derH A D12-Dec-20231.3 KiB

ApkVerityTestCert.pemH A D12-Dec-20231.8 KiB3130

ApkVerityTestKey.pemH A D12-Dec-20233.2 KiB5352

README.mdH A D12-Dec-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