commit | d38b4a2abd574d7b29265a499592609757b1b450 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Jul 29 14:15:35 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jul 29 14:15:35 2019 -0700 |
tree | 6a5f920ccf9c721f97f1d8b662f9a984d2d2787f | |
parent | aedddc920a469a019eeac1973866ac96ddb140ab [diff] | |
parent | 4b8a9d94756da7b055f288861554528e24921790 [diff] |
Merge "Remove the APP-* goal" am: 6f8e3da035 am: 7d5afb53d5 am: 4b8a9d9475 Change-Id: I3a23053c101d4f8c86c57f45e66e754cb5652293
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.