• Home
Name Date Size #Lines LOC

..--

Android.bpD03-May-20243.1 KiB10996

CtsApkVerityTestApp.dmD03-May-2024231.8 KiB

CtsApkVerityTestAppSplit.dmD03-May-2024231.5 KiB

README.mdD03-May-2024261 87

fsverity-debug-key.pemD03-May-20243.2 KiB5352

fsverity-debug.x509.derD03-May-20241.5 KiB

fsverity-debug.x509.pemD03-May-20242.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