commit | 9c888da29a2fb0d634b15a6387a6d92fc3121635 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Jan 27 16:47:43 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 27 16:47:43 2021 +0000 |
tree | b947a8fa6f3c0f09323bfb30cee0f4004fa9d4b0 | |
parent | 82449047b56ef250f62d73beff0897ae3ed6bf27 [diff] | |
parent | d4618a5d5b362fc5149e3fc2b33e6a3285f6c8ce [diff] |
Merge "Add apex_info.pb to generated OTA" am: a7f2857f8b am: bf817c9f05 am: d4618a5d5b Original change: https://android-review.googlesource.com/c/platform/build/+/1556919 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I217b3c380f7b841206b7eb3835ddffb72c6883b8
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.