commit | 22096814e3c4f5506775c966818d414f45cc2b26 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Tue Sep 17 21:53:02 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 17 21:53:02 2019 -0700 |
tree | 89dbc0be8f720fa1a571ae1b76db867cb5000f85 | |
parent | 564e016e300d093a54482f7835eda2e0e697f30d [diff] | |
parent | 7be2b01f3c32211ba1c8f152c106c1516684f687 [diff] |
Merge "Revise aosp_x86_arm to inherit from mainline_system directly" am: 7be2b01f3c Change-Id: I21626f8bfe8705a4486edf19ff3494dbbbf6db83
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.