commit | 1503d8355eedb12df6056110fd51b91647e5e818 | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Thu Aug 15 11:30:47 2024 +0800 |
committer | Nelson Li <nelsonli@google.com> | Thu Aug 15 11:30:47 2024 +0800 |
tree | 34f3383c0fab6578f307876316bc0f5f1209f744 | |
parent | fa47605191ef94a7ce889aa03a691a07720771d6 [diff] |
Migrate ramdisk_node_list configuration to Android.bp Removed the hardcoded assignment of `RAMDISK_NODE_LIST` in `build/core/Makefile`. Instead, a filegroup definition in Android.bp is now used to manage `ramdisk_node_list` and its export to the make variable. This change enhances flexibility and simplifies the build process by eliminating the need for a fixed installation path. Bug: 359423289 Test: m -j $(PRODUCT_OUT)/ramdisk.img Change-Id: I5aea108d426a615fa951c368c16f7cdea73252b1
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.