commit | 341928ecc5da205401bcfd86f098662b0cee7857 | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Sun Nov 22 23:50:20 2020 -0500 |
committer | Jingwen Chen <jingwen@google.com> | Mon Nov 23 02:06:57 2020 -0500 |
tree | 74f06502b7f1040abfed12fb19269abeb1775e76 | |
parent | 97332c968584e2accd8280f70acbcc9eec271c14 [diff] |
Remove SOONG, SOONG_BUILD_NINJA, SOONG_IN_MAKE and SOONG_BOOTSTRAP. These variables appear to be unused since Nougat, when Soong was invoked through Make. This is no longer the case, since soong_build is now invoked through soong_ui. https://cs.android.com/android/platform/superproject/+/android-7.1.2_r36:build/core/soong.mk Test: TH presubmit Change-Id: I1cfe63144d559fa0da0e54474ed1e36fb3fa0555
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.