commit | f9ae891d1c56bd3b7300a8d4a64153346c339f4b | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Oct 15 03:29:21 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 15 03:29:21 2018 -0700 |
tree | 44541c36319df98f5e49f4f054a29338192ebcc2 | |
parent | 249b60d0d8906eda54629faade881c1cdea5e818 [diff] | |
parent | d1874ddf8645d7935b61c71fad59b023cac081ba [diff] |
Merge "Revert "Add trailing slash to mainline path claims."" am: d1874ddf86 Change-Id: I4b945a7432a91b8294395da65542f8c155c361bf
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.