commit | 80360791a9fed76eff8ed6198e7155a634d0b22d | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Mon Oct 07 03:47:11 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 07 03:47:11 2019 -0700 |
tree | 58e30a632a09cd8e2a35b6d64967832e31f95483 | |
parent | 11e0a00babece7187085c2603e511e4448230061 [diff] | |
parent | ed2abde896c7785230c00503311cbc8883ec9238 [diff] |
Merge "Remove healthd from base_product.mk" am: 7c7f144484 am: b1ed0bd95b am: 38c1f4b562 am: ed2abde896 Change-Id: I0a23eba7192d99da690e35f4bedc9f8f50f11790
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.