commit | 55decf2e29e35fccb787f44f9c08b2e66293fb57 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Apr 14 21:56:20 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 14 21:56:20 2023 +0000 |
tree | af090f9cc59063c8e6b47e543d79ce62d5866160 | |
parent | 3bc1d4b99b6eaccf5bf5a5d3b472d5c0ffe8342c [diff] | |
parent | 074bfc1264619edada05f5002794c627c1bd0533 [diff] |
Merge "Create separate python libraries for the following logic and refactor SBOM generation script accordingly." am: ebf41e9a91 am: 28fc5a97a7 am: 074bfc1264 Original change: https://android-review.googlesource.com/c/platform/build/+/2525827 Change-Id: I0391804c0924a64ae58b71e99815cecd6c078309 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.