commit | 20466aa978bdc4e7224039b28e177f1c3841d156 | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Fri Apr 21 18:31:47 2023 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Fri Apr 21 19:37:09 2023 +0000 |
tree | 9884c55676cc133ee91852ca34d90d173cbb9fc8 | |
parent | 056ae79b5174be9ca026cc79844fbe3e329d6087 [diff] |
[RESTRICT AUTOMERGE] UpsideDownCake/34 is now REL Ignore-AOSP-First: UpsideDownCake Finalization Bug: 275409981 Test: build Change-Id: I4b5e9939b60cde7482021fc1d0aede38a99493c1 Merged-In: I4b5e9939b60cde7482021fc1d0aede38a99493c1
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.