commit | c0d5ef77ff0e8bc3bfa114348010d1b9228f3989 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Feb 28 09:21:34 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 28 09:21:34 2022 +0000 |
tree | 5d60e820be450228f138d6f730255d3d9b0ddec4 | |
parent | 270ebd7f68db05d2fcc6d7ce5623698c17749b97 [diff] | |
parent | a3960d0d1ba867480992b61b6e73be692933aca4 [diff] |
Merge "Fix is-board-vendor-qcom: do not return a string consisting of whitespace." am: dce675548d am: a3960d0d1b Original change: https://android-review.googlesource.com/c/platform/build/+/2001770 Change-Id: I023fe1d91bb914c117a82e01dfa46dd4da281c16
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.