commit | 893c553804eb7b428e59c8e513cebc337c9ab971 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jun 25 02:39:40 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 25 02:39:40 2020 +0000 |
tree | 1f09708a25351039795e5677b01bbdb1c84befe1 | |
parent | 5e592c41a952259de897fed5839be4dfdfb969d5 [diff] | |
parent | c35ea185b033b5339ccd115e1e10c18561823950 [diff] |
Merge "Add lz4 to otatools" into rvc-dev am: c35ea185b0 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11992672 Change-Id: I99ddc5c9e666441ce8167408f2bd880c34950f17
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.