commit | 84e61d0d0740a1c34060857d4e5f62858957d7c5 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Fri Feb 02 22:53:39 2024 -0800 |
committer | Joe Onorato <joeo@google.com> | Sat Feb 03 14:44:41 2024 -0800 |
tree | fbc5fc379ee23b37ceecd1f7b9192d0beb36b87f | |
parent | 81c7511fed3171a16505c16d22201cb080b6043c [diff] |
Add build/soong/bin to the paths This gives us a good place to put scripts on the PATH instead of adding more functions to envsetup.sh Test: GENERATE_SOONG_DEBUG=true m nothing ; soongdbg ... Change-Id: I3c1a80fc8aae8de548bfe9036dc86fa006fc58c6
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.