commit | 3dc47280e2863f5ae3ed1cc41f3a36583ce7b082 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@google.com> | Sun Jun 13 08:54:01 2021 -0700 |
committer | Jaegeuk Kim <jaegeuk@google.com> | Thu Jun 24 22:29:05 2021 -0700 |
tree | bb1387014f728f9bf3f7c1e148c7c5994d57b204 | |
parent | bee97a2052fce36f3df49d040f9204c7c385cd23 [diff] |
Support block_list and readonly for f2fs Bug: 190760483 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Change-Id: I9bb3a91d46494ce5ea5c842c3927ea7d97fa24f3
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.