commit | 6d70ba5041d7457fec2aa234c4150ebeebf0886e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jan 19 03:12:38 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 19 03:12:38 2022 +0000 |
tree | f6216717402cf8999ece524357b1bf8e570f1edc | |
parent | c717997920157898baea37b1cabf06cf3da73297 [diff] | |
parent | 0a697caa2b532455e4691274647c03b155c362df [diff] |
Merge "Add erofs compressor type param" am: d698e3e0b0 am: 8988b57027 am: 0a697caa2b Original change: https://android-review.googlesource.com/c/platform/build/+/1949257 Change-Id: I9e05b94293861f47a4b731b85424cd4a4b418465
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.