commit | c30753213c3e72d3c731083975e2ce9ed4e4e220 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Apr 20 17:26:53 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 20 17:26:53 2023 +0000 |
tree | 2cdca21a977d77f932c5f93c42b2d0f10d0c0cd9 | |
parent | adaddab362e5b0581ea374c849fec86107645628 [diff] | |
parent | 4f600c2a341c53457f9711d8157ed2def0494064 [diff] |
Merge "Allow ota_from_target_file to work entirely on directories" am: ece71703f8 am: 3de45a7b2b am: 4f600c2a34 Original change: https://android-review.googlesource.com/c/platform/build/+/2542170 Change-Id: Id9d0a79469a15b3ff8149826ef523a155eacb840 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.