commit | 5fe7105f45c9139867ffd456d1524704baa10009 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Apr 28 00:03:27 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Thu Apr 28 00:05:44 2022 +0000 |
tree | 4a83bd89fbbca1aaa219e427cdcb2f014976a3d3 | |
parent | 6387caedc065ea5e339b7e93585d2fb563e005bc [diff] |
finalization: AIDL_FROZEN_REL Simulate branch release state, to verify AIDL interfaces were converted properly. Bug: 190577319 Bug: 229413853 Test: run finalization script Change-Id: I3061ef24ee6dc420ec0ecc85b503f9728170c9c0
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.