commit | b179ae612d7bb7aeb188667c2784dcfabd27f5c4 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Fri Dec 04 04:11:48 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 04 04:11:48 2020 +0000 |
tree | 035b7b11fb5a4ca358b0fd7500e98b7ee14bebd0 | |
parent | 52fe30b04c5292ccd7e442c620feba38bda4028a [diff] | |
parent | ad4dae71cf5daf8c93ce0850fe198692d8223396 [diff] |
Merge "Add phony target to check all PCF ELF prebuilts" am: ad4dae71cf Original change: https://android-review.googlesource.com/c/platform/build/+/1311493 Change-Id: I9b97245b1b1a894cd87b396bd0ef4bd1aab46290
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.