commit | 0fa58fa21d2ea8a38cb8dae1cae0756b56549953 | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Mon Feb 13 20:22:10 2023 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Tue Feb 14 00:14:19 2023 +0000 |
tree | 531765b42ac042fb659d72015e570a489f80e392 | |
parent | 2857d266088e45079cbf9677bc1a5f00a5eba9b5 [diff] |
More finalization script fixes. + add an automation for bionic api-levels.h Bug: 264308911 Test: local runs Change-Id: I6ee24fce9b6de1b9bc1ddecde7b05c2e58002b9e
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.