xref: /aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestApp/testdata/README.md (revision b7c941bb3fa97aba169d73cee0bed2de8ac964bf)
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