commit | 5fb0960a730b66ce32a7a23a3a9eed4ce2dddfb7 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Nov 05 11:02:56 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 05 11:02:56 2019 -0800 |
tree | 91fa571359a2bbd439750594f43954da14f3c05b | |
parent | 7441a6bbe2b1e4c6e909e024c3d513ae79dcbc5c [diff] | |
parent | f5ad6e5443d16a6d3874c0b05ea5e5e6216d4036 [diff] |
Merge "Support Factory OTA for Virtual A/B devices" am: f5ad6e5443 Change-Id: Ib95403a1c2fed00b3231dc04c19d1d5fc52b3444
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.