commit | 0e704e484f43af607d067c038d17c470ad765c45 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Apr 12 08:33:06 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Apr 12 08:33:06 2019 -0700 |
tree | c6d6ba65153717c19df238ef680728bba666fea0 | |
parent | 079d85524591690bb020f05ab6c404457a8a9810 [diff] | |
parent | 826d0d1f9e360ec884b477ff612b34b0210e529f [diff] |
Merge "Add libdrm to mainline_system" am: 826d0d1f9e Change-Id: I6e666c3b3261d4afcf48705dc20561796f03d39b
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.