commit | 5c1b199b87dad22be432c2a6ca854663f11a5e02 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Oct 08 09:36:29 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu Oct 08 09:51:36 2020 -0700 |
tree | 28b71fab28ebd90b04e3274b56b9d6cc1d4c479d | |
parent | 897cfaee465b8d29061bcacab847a6b0ca9f7f80 [diff] |
Build otatools files before building OTA packages. Test: m otapackage, then check $ANDROID_HOST_OUT Bug: 169169031 Change-Id: I0d943d6c5b4054783094c8eb38c6660e9c49e201
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.