commit | bf01f8b3f0ce70047840999d95a449bf03b407c6 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Aug 30 18:25:43 2022 +0000 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Sep 06 23:51:20 2022 +0000 |
tree | 1fd2db0fbdb4def16fa6a7a70744870af0f5d2b7 | |
parent | f2514a60cbd0faff7b9ce891d57f5d5c0a11caac [diff] |
Refactor ota_utils to reduce dependency on global OPTIONS Move some depency on global OPTIONS to parameters. This makes it easier for other modules to re-use these functions w/o having to modify OPTIONS variables before/after calling. Test: th Bug: 227536004 Change-Id: I3bab292f65a4222f0c9502bcf04fa7a85f8124c6
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.