commit | abfb75d66f058d1b1107b95ff4c933d973ec2463 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Jan 22 19:58:33 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 22 19:58:33 2018 +0000 |
tree | 39b12a77c54c3cdc1f8ea4b34eabd46a9d460a3e | |
parent | 9704dddd1f5ed9ace3488ba877fcffd06585f9fc [diff] | |
parent | 12c68db516a6c9f62e6617135190c9a2f79b6571 [diff] |
Merge "Don't strip for eng builds." am: 12c68db516 Change-Id: I7eb2b83ae67a10e0fce727a7aefbb7025c63233b
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.