commit | 16b2818fa61c32215ded0638a2ddfddcc76dd267 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Thu Oct 10 20:56:07 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Thu Oct 10 22:37:53 2024 +0000 |
tree | 99627ba1c708ca4f83c2d6d79b90cac715584a79 | |
parent | c10db178dcbf30b6cd788e2f8e75648d8b3e22a6 [diff] |
Switch the FS type of generic_system_image to erofs The kati built system image used by cuttlefish uses erofs with compression. Since generic_system_image (soong-built) is now used in aosp_cf_* products, this CL switches the fs type to `erofs` from `ext4` (the default). system.img size - before 1.1 GB - after 759 MB Test: presubmits Change-Id: Id5b0b8901aa90788cce975f3393d37e6c4844d47
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.