You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Android_boot_image_editor/doc/build_erofs_image.puml

15 lines
237 B
Plaintext

@startuml
'https://plantuml.com/activity-diagram-beta
start
#lightblue:directory \nsystem_dlkm/;
-> mkfs.erofs;
#lightgreen :system_dlkm.img;
:calculate image size|
-> avbtool;
#lightgreen:(avb enabled)\nsystem_dlkm.img;
stop
@enduml