commit | 13c8267aaa23bd51e38c99f7f55b96d03bf2eea2 | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Wed Dec 07 18:54:51 2022 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Wed Dec 07 18:54:51 2022 +0000 |
tree | 52645f773776377f5e9cf0e0848bc4eae987dcaa | |
parent | 3b12fe1cd93d0712a72a080d49a1e88eb6861236 [diff] |
Latest finalization scripts. Bug: 243966946 Bug: 260755259 Test: run locally Change-Id: I33a841bd83c20b31af604ea014cced38429da0f5
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.