commit | 91bdd8c77cf69701ffc0a456e6fba3488cb0232c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jan 10 03:20:31 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 10 03:20:31 2022 +0000 |
tree | b55c8ec462a0032de8c127802178f5bca7f3d1b4 | |
parent | e7edcdc66dea4516f1beb3887554b0a7f967f98a [diff] | |
parent | 9bc0d8a3fe5d0ab3f89bd32318435389e27cc01c [diff] |
Merge "Add sepolicy compat versions to soong config" am: 664dd48176 am: 96d7aa5d1c am: 6d3d669a7c am: 9bc0d8a3fe Original change: https://android-review.googlesource.com/c/platform/build/+/1940869 Change-Id: Ib7e1027cf321e398446c72931d612101f7a46740
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.