commit | 427dacb239d041d38b1504518d9e4eefe7f015b7 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Wed Oct 18 16:45:31 2023 -0700 |
committer | Wei Li <weiwli@google.com> | Wed Oct 18 16:45:31 2023 -0700 |
tree | d8c900f3bee6ba05cb049b3d86e8d6bfc92b850d | |
parent | d1aa0735ee1b5857ce5fe9054bb798f6441e8295 [diff] |
Support third_party.identifier in METADATA files of external packages. Bug: 303688820 Test: CIs Test: "m sbom" after lunch Change-Id: Ic329d87cdcfbe4152b0fe6a8fd71c4867593b674
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.