commit | 0a746001b8f63738285ef4bfc57407231d312e03 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Mar 24 12:21:55 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Tue Mar 29 13:49:26 2022 -0700 |
tree | 5540f4ab8a03e36167e33458cfdb70d4e97e275f | |
parent | d3a9957616e03581f36581991f8fcb98d5a4c662 [diff] |
Exclude deprecated variables from dump-variables-rbc This is to not show a warning when running the RBC product config. Bug: 226622262 Test: Manually Change-Id: I69265c9d0dd475ada670e26295bdf27dfa407706
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.