commit | a489b755a05048dadf4b220cc4c33ae741ac7db8 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Wed Aug 14 19:44:40 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 14 19:44:40 2019 -0700 |
tree | e38e048fdf143d0feef0aa9b2cfee3aa8f928b5a | |
parent | 861ffd15888723afea10e5d16553e0358e8f89d2 [diff] | |
parent | 7205361315ed073718b9d902a22dcea6aa869cfc [diff] |
Merge "Add tags to lsdump_paths.txt" am: 7205361315 Change-Id: I4874b39acd4727e6969c8ddb235c773c46ee8972
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.