commit | a8cfe0ec5728d22ed6fd9a570f2b83103ff8f3d2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 12 18:08:00 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 12 18:08:00 2019 -0700 |
tree | 28fa3cdd66da6a7e2309ceb82b11a4a010d80293 | |
parent | d9f835bab81327b21385f5f784f5346e95cc32dc [diff] | |
parent | 0b67e41f3fdb2a6257f5e25050c7bd4fa43a778d [diff] |
Merge "Remove macOS special cases pertaining to date(1)." am: 0b67e41f3f Change-Id: Ib03100cab82a999208bfb9248bad3ad6208a3cd5
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.