Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 03-May-2024 | 259 | 17 | 11 | |
compression.mk | D | 03-May-2024 | 901 | 25 | 7 | |
compression_retrofit.mk | D | 03-May-2024 | 1.1 KiB | 29 | 6 | |
launch.mk | D | 03-May-2024 | 729 | 22 | 3 | |
launch_with_vendor_ramdisk.mk | D | 03-May-2024 | 909 | 27 | 5 | |
plus_non_ab.mk | D | 03-May-2024 | 785 | 22 | 3 | |
retrofit.mk | D | 03-May-2024 | 780 | 22 | 3 |
README.md
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