Name Date Size #Lines LOC

..--

Android.bpH A D25-Apr-20253.2 KiB11198

CtsApkVerityTestApp.dmHD25-Apr-2025231.8 KiB

CtsApkVerityTestAppSplit.dmHD25-Apr-2025231.5 KiB

README.mdH A D25-Apr-2025261 87

fsverity-debug-key.pemH A D25-Apr-20253.2 KiB5352

fsverity-debug.x509.derHD25-Apr-20251.5 KiB

fsverity-debug.x509.pemH A D25-Apr-20252.1 KiB3635

README.md

1How to generate dex metadata (.dm) with profile for testing
2===========================================================
3```
4adb shell profman --generate-test-profile=/data/local/tmp/primary.prof
5adb pull /data/local/tmp/primary.prof
6zip foo.dm primary.prof
7```
8