commit | 7c3a77f4c9553f8482af2402dce559abdb8a0ac4 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Mon Dec 05 13:05:14 2022 -0800 |
committer | Joe Onorato <joeo@google.com> | Mon Dec 05 13:13:37 2022 -0800 |
tree | b8ebd40be6afc64fbd6c24da9635d4756efc4dfa | |
parent | edf1493144c7d337a030fa39513bfbad0e228053 [diff] |
Split envsetup.sh PATH setting into lunch-dependent and lunch-independent values This gets b (and other scripts that are coming soon) into the path without running lunch. Also gets rid of the make dumpvar ANDROID_BUILD_PATHS variable, used to set a few more paths, so that the setting is all in one place, now that the get_abs_build_var is cached. Test: Lots of manual checks of before and after combinations Change-Id: I745168c43ccf2fef4cdd22657fd087f1ad07e510
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.