commit | e09ef6ad2d75566b274f065cd9836260bea9e2c0 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue May 28 18:25:31 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 28 18:25:31 2019 -0700 |
tree | 919f39465ec66e9c7552c6912fb61031bf4921a7 | |
parent | 0b5b966fc70e84fdd77289f88fa5323afd077d67 [diff] | |
parent | e246508e955f0d0fba439efa4d1e7675528773a5 [diff] |
Merge changes from topic "rm_export" am: e246508e95 Change-Id: Ica347b7f1277fe067c9f36e18df5fd88f4a967ed
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.