1# Virtual A/B makefiles 2 3Devices that uses Virtual A/B must inherit from one of the makefiles in this directory. 4 5## Structure 6 7``` 8launch.mk 9 |- retrofit.mk 10 |- plus_non_ab.mk 11 12launch_with_vendor_ramdisk.mk 13 |- compression.mk 14 15compression_retrofit.mk 16``` 17