commit | f56e247a704201e77bbfc2f9fd5ef9afe24dff14 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Jul 26 03:14:58 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 26 03:14:58 2018 -0700 |
tree | d7b8efba0e9cf4b6cea72749d12afc2858562872 | |
parent | 3fe3a806328c50557ccdea4d16b58171e8b37451 [diff] | |
parent | b682674226aa514f863f38070926772d30ac1014 [diff] |
Merge "Don't apply path enforcements for non-full builds." am: 362fff4fcd am: b682674226 Change-Id: I19c1525a8a9e27c7c3bbd6617a86eb58e5136ad9
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.