commit | 6123f9730e8cd12cac96fbca809873031ae978fb | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Mon Jun 13 16:47:07 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jun 13 16:47:07 2022 +0000 |
tree | 6d57f5a60a39cb234d74c4f40f67fc36b8a7e0ce | |
parent | 1831ec8684c8506cf8b7a8cb086f4bc073c87f4c [diff] | |
parent | 6c34d6e9531c67fd3b50b0fe5dce561e713920bf [diff] |
Add wifi_module/source_build Soong config variable am: 9a5e3d53a8 am: 6c34d6e953 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/18850363 Change-Id: I0de78d4006f3c3d4ba712fe9dbb39f9c4e7f55b9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.