commit | dc154164db6fc625ffeee9134cf1503ae82df44c | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Fri Sep 17 15:27:37 2021 -0700 |
committer | Sasha Smundak <asmundak@google.com> | Mon Oct 25 10:41:46 2021 -0700 |
tree | 714725d8ff3174d9e021858aad3ca3e100a32aef | |
parent | da2f56ebe460ee0b0aad308897498e7e63b2775b [diff] |
Better Soong namespace support in the RBC runtime. Includes: * Defining namespace again should have no effect * Allow appending to a variable defined in a namespace * Consistent naming * Print namespace variable assignments even if they are empty Bug: 200297238 Test: rbcrun make/build/tests/run.rbc Change-Id: I64aa22c4498ae89e4bc3a077d6206ad37d5c7c38
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.