commit | ca76205afdf965cfd89fcc912dffd1ab0717f9ce | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Wed Sep 21 00:08:34 2022 +0000 |
committer | Spandan Das <spandandas@google.com> | Wed Sep 21 00:08:34 2022 +0000 |
tree | 1431df226e12fea626fa1117c2a190c3603ccd95 | |
parent | 994c4a2583cd7d38e7650c4eafc39b6b6f68906c [diff] |
Update paths to orchestrator scripts Now that orchestrator code has moved into its own project, update the paths in multitree envesetup Test: multitree_lunch locally Change-Id: Ic718b9fa169c68ac161ac3448b6e46635ec2ae10
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.