commit | 6a3744ba1191cc52f57c364a93e1c9c81af6a73d | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Mar 07 22:44:58 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 07 22:44:58 2018 +0000 |
tree | 14f8e14e5a5f35261cc9a510031a9c7adf479e26 | |
parent | 10b24dba7960c9dc45c668abddaac178c36e7d47 [diff] | |
parent | afc270b066d2d176351d1a73cac2d87589fb5109 [diff] |
Merge "For user and userdebug generate error if DEXPREOPT is not enabled" am: afc270b066 Change-Id: I0f1913673dc9732325b86ea0796295bc5967e1a1
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.