commit | 376b6b63784dd9c1791e834ec86f323b3696c3a8 | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Wed Jun 07 05:58:11 2023 +0000 |
committer | Sam Saccone <samccone@google.com> | Wed Jun 07 13:06:13 2023 +0000 |
tree | b2016ecac0f174ad97467fea9fe3421ea7caeeaa | |
parent | 2bb714ed2b9d466438ee2fd2adf53a3a09b2c5a3 [diff] |
Resolve test crash in build/make/tools/compliance. Test: m compliance_sbom Test: go test ./... Fixes: 285157766 BUG: 282746032 Change-Id: I5cc39f45f7ac3d9c574e2ebaa7fdfda864cb109d
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.