commit | 551a2e66c3dcc7d67c58097ad49a00eaa171f6f1 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@google.com> | Thu Oct 27 09:46:03 2022 -0700 |
committer | Jaegeuk Kim <jaegeuk@google.com> | Thu Oct 27 09:46:03 2022 -0700 |
tree | 4a0a433375252ee2a16223617044755e6be700d0 | |
parent | ed5649636a73c8438d155ff3a2480b3aaaf785b8 [diff] |
Allow RO build only for readonly mount points Should support RW for all other partitions. Bug: 255454067 Change-Id: I9d87cf39195f8da0f6fe4153c703ba6a372aa2ea Signed-off-by: Jaegeuk Kim <jaegeuk@google.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.