commit | f73f78703d5563035a527f3d82a0d6de9490e694 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Oct 10 17:58:32 2024 +0900 |
committer | Justin Yun <justinyun@google.com> | Thu Oct 10 17:58:32 2024 +0900 |
tree | 5b8b36c851756732d457331dbe1f269003d2a58a | |
parent | f460a638f1beb32201bcdd5298984edef2f4a577 [diff] |
Remove non-system modules from generic_system_image Remove modules that installs nothing to the system image from the generic_system_image. Bug: 370853353 Test: lunch aosp_cf_x86_64_phone-trunk_staging-userdebug && m Change-Id: I2a1b886c3c5cea5083502fcde3b306ef99f50523
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.