commit | e60f9825b92a9b5c1dd4ec4a9974a9370fada412 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 17 08:56:39 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Aug 17 08:56:39 2020 +0000 |
tree | a0904f8a01e66b13013c156b82503569376d95d0 | |
parent | 0508bd68428a2375f7cdf5551669a5ef72ca0749 [diff] | |
parent | baade4a3c4fdf481f964b437e4cb8a450fb69332 [diff] |
Merge "Enable configurable audio policy on generic_system" am: baade4a3c4 Original change: https://android-review.googlesource.com/c/platform/build/+/1395771 Change-Id: I28e390955a21bda06cea965dab84abd243730272
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.