commit | 6fa65aef1cc533ecf4fde893ceb02d7fb262a1ea | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Mar 30 20:20:13 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 30 20:20:13 2022 +0000 |
tree | 015c033eb9d44db1924b54aefe84b75c92bdc86a | |
parent | 57d7999f5a5437c7e6cbba629bd43d926fa18e5f [diff] | |
parent | 9244deabb0bc8ac5d13b0fec20e1b8f73c6e4d19 [diff] |
Merge "add flag to skip soong tests for b command" am: 375dd60d5a am: 9244deabb0 Original change: https://android-review.googlesource.com/c/platform/build/+/2045666 Change-Id: Ia62bc9642e7f2d2a688a19e5ca166987acb36057 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.