commit | 968c6bcc07c77f1f34e412561214d535946151f9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Jan 03 20:02:03 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 03 20:02:03 2025 -0800 |
tree | 77e1dd32b33cdf518d1942d854eea9ba66418bca | |
parent | 38166b3c2b6641d136f1f2c59d5b430b04d3ddff [diff] | |
parent | 1b9da35567b9ae13c78dcb4b104372c54d613cb4 [diff] |
Merge "Revert "Add a build_datetime_file arg to build_image.py"" into main am: 7b07f2f1a7 am: 1b9da35567 Original change: https://android-review.googlesource.com/c/platform/build/+/3436413 Change-Id: I051639895b351f1071029ef6d85e0e09dc14d89c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.