commit | 99f5c768c7da0d7b48a29a8dbcb2913cd36e5290 | [log] [tgz] |
---|---|---|
author | Daeho Jeong <daehojeong@google.com> | Wed Dec 01 15:21:42 2021 -0800 |
committer | Daeho Jeong <daehojeong@google.com> | Fri Dec 03 19:37:46 2021 +0000 |
tree | 0d46a242f1cd896caf7bf40936697837da0cdba7 | |
parent | 160149e42d93040f5a07f7afa3caaa190bab5f4b [diff] |
Add erofs tools in target Bug: 201685920 Test: mm fsck.erofs Signed-off-by: Daeho Jeong <daehojeong@google.com> Change-Id: I43ebe6c40c705526e205a08fe8fcd34d265d0245
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.