commit | 5028abccb508007a60ef80f9bb9d722f45b6ac5d | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed Feb 09 11:56:58 2022 -0800 |
committer | Bob Badour <bbadour@google.com> | Wed Feb 09 11:56:58 2022 -0800 |
tree | 754f6945a0feef5b66692d2405af24458e8465eb | |
parent | bcb81e74fe61950e2d1a8820af031c0055113120 [diff] |
Support multiple library names per target. The prior interface to make supported only a single package name per target; although, a target might have multiple licenses each with its own package name. Bug: 151177513 Bug: 210912771 Test: m all dist Test: flash; About Phone -> Legal Information -> Third-party licenses Change-Id: I5cf1964ec18af91ec7e258a1c6722527e3596cf3
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.