commit | d086b0918a872193358d1f74439ce092060a1284 | [log] [tgz] |
---|---|---|
author | Kousik Kumar <[email protected]> | Tue Nov 09 21:39:54 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Nov 09 21:39:54 2021 +0000 |
tree | e080bdeea66c4ba17452682ed5b6e6a56b4537a1 | |
parent | c67a611103994eaff1199e41f9dd92a3df523921 [diff] | |
parent | 2fb7d4ab03d5b6a73a1a6ac0d45ebfd05bc5ce36 [diff] |
Merge "Remove unnecessary RBE sourcing in envsetup.sh" am: 8bd19a4143 am: 49433fefde am: 3a42b842ba am: 49fd1bb0b3 am: 2fb7d4ab03 Original change: https://android-review.googlesource.com/c/platform/build/+/1877136 Change-Id: I237f25a6ba0f0a32b42742b83164861d13862825
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.