commit | 8397c8efeefe094157d267d751bdb251a1644cb4 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Dec 12 18:59:28 2022 -0800 |
committer | Cole Faust <colefaust@google.com> | Tue Dec 13 10:17:16 2022 -0800 |
tree | 2073ad0faafd8c8453c94a0507fb48ba4be8748e | |
parent | 2dcc38701b38bddf62e4dfc25d9e063ba5e5f203 [diff] |
Add rbc implementation of clear_var_list Bug: 262303006 Test: ./out/rbcrun ./build/make/tests/run.rbc Change-Id: Ib5d7d37a7d7fa40ec990d9506fe0bef7da5b5bcd
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.