commit | a5b67eb43a0762e312eb40e88d67f9c68d8707d5 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat May 27 21:48:50 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat May 27 21:48:50 2023 +0000 |
tree | dc20950c3059613328363a2bfe40d4af500c621e | |
parent | 5eb93988b9b6e8e6700a6e95bfd480a33fd90e92 [diff] | |
parent | 658f0b5b635c38b7ddd462bd43ee5750eca08711 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-10216780-L32300000960937408 into tm-qpr3-release. COASTGUARD_SKIP: I64ed81d65dc0ec973fe9865d951f11f5def7a040 Change-Id: Iaa9d35acb988853b91ec53acdcd2120009605aac
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.