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