commit | 6ff29067a3bfe2767623d7b61321c68a9b586be0 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Oct 09 19:09:37 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 09 19:09:37 2020 +0000 |
tree | 2b0d9b68e2cee08e0dbd30f1c782f60ca065ff61 | |
parent | fdad123a3d2a17bfba4325036ad711dd0d6cc5fc [diff] | |
parent | 97abaede421a5f841c2f8ab3f7a093dccaa29710 [diff] |
Merge "Build otatools files before building OTA packages." am: 49ccbb3729 am: e5491533ae am: 97abaede42 Original change: https://android-review.googlesource.com/c/platform/build/+/1455215 Change-Id: Idc53a74c335b446907300b6bbb6661cd08197a38
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.