commit | d8daea527c6c269d25891e3f6e62992a2c1b968a | [log] [tgz] |
---|---|---|
author | Yi-yo Chiang <yochiang@google.com> | Fri Jul 01 04:41:25 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 01 04:41:25 2022 +0000 |
tree | c16e047b4a771aff5fe1fdc60f0b2bb8e5b9e705 | |
parent | b0f5c4cb6c135addb6714c9da0766acdda22d87f [diff] | |
parent | 2a87991836aba1560fd07fd9b9258366f1975940 [diff] |
Merge "Fix init_boot.img build rule with TARGET_NO_KERNEL:=true" am: 380fcee20e am: 2a87991836 Original change: https://android-review.googlesource.com/c/platform/build/+/2141540 Change-Id: I6c1806a2cbdbc2bdd6d31bf48ad8166b087ba489 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.