commit | adaf1c6f119d8c075fbb476102f23b3c98d28ed7 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Mon Mar 25 15:46:00 2024 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Mon Mar 25 16:04:00 2024 +0800 |
tree | f4bb14b41dfe399a69869268d84d7fce10025931 | |
parent | bd61eeecd75ec69bd3c60924f61028db73742c3b [diff] |
Copy build.prop[-<part>] to dist dir only if the corresponding partition image is being built Bug: 330834204 Test: Build dist and check that build.prop is not copied if not building its partition Change-Id: Iab08ef10e7c723867c2cf3ab4f297918dca989d3
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.