commit | ff8e18cf3e91403bdedf8fcca5b5a8a223f83e65 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Mon Apr 10 18:07:01 2023 +0000 |
committer | Wei Li <weiwli@google.com> | Tue Apr 11 23:43:54 2023 +0000 |
tree | e7d6467b62cdfbaebe573fea70e79f5477f7d284 | |
parent | b2be62551c7eb5253456864bbfcd15db823d0b6f [diff] |
Revert "Revert "Copy SBOM to dist directory when running "m dist"."" This reverts commit fd358ae340416aca734f8cf6df245a9173e17b9f. Reason for revert: fixed the issues in aosp/2529028 and aosp/2524438. Change-Id: Ieb4e6189a9357dafe81f15c72d5603166d9caa4d
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.