commit | 948b259b52f2a923b2506d8b6804293e43c68817 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Aug 30 18:21:53 2019 +0000 |
committer | Yifan Hong <elsk@google.com> | Fri Aug 30 12:54:09 2019 -0700 |
tree | f8522115cdc9e8cb2eba73c631d0448490b28e91 | |
parent | f833a75283f4aa6af36d678f1c5c5a8999b8ff32 [diff] |
Partially Revert "Check VINTF compatibility at OTA generation time." This partially reverts commit 9276cf0226d341927d0a7e682a8db677e25ae5dd. Reason for revert: broke mixed build Put META/{system,vendor}_{manifest,matrix}.xml back because mixed builds needs this. Bug: 140217956 Test: mainline builds Change-Id: I80898a17d6b86b17114b729d905dd9ab10bc927a
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.