commit | 029dffaf725032b50886cbf9537d8f1adfce04fc | [log] [tgz] |
---|---|---|
author | Bram Bonne <brambonne@google.com> | Wed Mar 16 15:18:21 2022 +0100 |
committer | Bram Bonne <brambonne@google.com> | Wed Mar 16 15:39:41 2022 +0100 |
tree | 0e3186b7c384e207aa57c7b5abc2a5877ccc6ad5 | |
parent | 1b8a1490a9b4bbaaaee6a60e39e242bc1282a45d [diff] |
Cherry pick sdk_sandbox dev keys. Test: make, boot Bug: 224796470 Bug: 203670791 Bug: 220320098 Merged-In: Ib0cdf7786c7f74cf294c54187649114e8ec6d315 Merged-In: I3f757c7e3e81c2ac31cd623eae68f7778bf3bafa Change-Id: I70d6a745b8b2fc9ba68791caae2e83f8eb74c645
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.