commit | 81f1e92ed8a7216025d7940646ac7a36a7d4ac76 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Fri Apr 08 11:12:10 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Wed Apr 13 15:49:56 2022 -0700 |
tree | 50eac40a783572342efc9485853a77a45214b37d | |
parent | 7bc6d0e71d2e8d2011cb0893b6fcf47dd90e7196 [diff] |
Remove usages of long-form variables The long-form variables (PRODUCTS.<makefile>.<variable>) are used to get information about multiple products. However, they've never really worked correctly, and so importing multiple products is deprecated behavior. Remove as many usages of the long-form variables and multi-product imports as possible. Bug: 228518445 Test: Manually Change-Id: I0b67f16360ff8bdcdb39638de739440472bccf76
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.