commit | 33dc03bc095e7bdf87f6ad5fec700a9536ff9e74 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Jun 05 19:36:09 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 05 19:36:09 2024 +0000 |
tree | dba6ee60ea1993306f947ad520095354ccd4bbc0 | |
parent | 358a84d714263b39ce1115ec8c899b0e77dce768 [diff] | |
parent | 62f6c088bfa207b2f55a866bd09030a61824bf3b [diff] |
Merge "Shipping_api_level" into main am: 62f6c088bf Original change: https://android-review.googlesource.com/c/platform/build/+/3112941 Change-Id: I0c711dc4642ec69d20755ce33ee03a555ae27d2f 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.