commit | f1efdd1877273f8678c3412f55978d3b26a4f25c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Apr 16 06:15:22 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Apr 16 06:15:22 2022 +0000 |
tree | 222ae4db344bbab10983b6b5fb0cf3a2d470909b | |
parent | e0013ca04612740b22b6ed1c9efe55afeae7bba1 [diff] | |
parent | 2d16d3be49e0f3ded5031d797a3e28b55d394283 [diff] |
Merge "Add build flags for legacy EROFS support." am: 80d2c8f7a7 am: 05c690dd2e am: 2d16d3be49 Original change: https://android-review.googlesource.com/c/platform/build/+/2009556 Change-Id: Iffa5eaf98453601e7edf7f012c28bcb1438193f6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.