commit | 236b709dcd383547219298d00b6ea5df8bb1fb19 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Sat Apr 15 06:01:17 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Apr 15 06:01:17 2023 +0000 |
tree | 19619af68046eb83f6c1f1eacb1f0c59dbef8159 | |
parent | 4fdafe37f3229cfcb424ff955239c72fa3417b6c [diff] | |
parent | 70e4fa03b76aa8ac89c97438a4acfa5896255239 [diff] |
Merge "ota_from_target_files: Disable XOR on <T vendor." am: 23c2df71bc am: 70e4fa03b7 Original change: https://android-review.googlesource.com/c/platform/build/+/2535094 Change-Id: I87172391727ae2b8fe4735aa1f7c1c9bef11098c 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.