commit | ddc0d018e82b4492963884394669715d72e7e572 | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Thu Apr 06 20:15:32 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 06 20:15:32 2023 +0000 |
tree | c2c38d77e1eca70d3d2a76b41ff76eddc531e31d | |
parent | 10bc93a66e290cc0c93083f5928488de57185a61 [diff] | |
parent | f5b6dd80ef83e7019a16b01e8360771f4af7db91 [diff] |
Merge "Copy ABI dumps from current/64 to FINAL_PLATFORM_SDK_VERSION/64" am: f5b6dd80ef Original change: https://android-review.googlesource.com/c/platform/build/+/2527080 Change-Id: I566b18cdea420c719fc4e14c70bfbd12dd0279ae 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.