| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| Android.bp | D | 03-May-2024 | 3.1 KiB | 110 | 97 | |
| CtsApkVerityTestApp.dm | D | 03-May-2024 | 231.8 KiB | |||
| CtsApkVerityTestAppSplit.dm | D | 03-May-2024 | 231.5 KiB | |||
| README.md | D | 03-May-2024 | 261 | 8 | 7 | |
| fsverity-debug-key.pem | D | 03-May-2024 | 3.2 KiB | 53 | 52 | |
| fsverity-debug.x509.der | D | 03-May-2024 | 1.5 KiB | |||
| fsverity-debug.x509.pem | D | 03-May-2024 | 2.1 KiB | 36 | 35 |
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