commit | 3269f2547636ea97171814021f7c311403a05c49 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Dec 03 18:52:45 2019 -0800 |
committer | David Anderson <dvander@google.com> | Wed Dec 04 21:28:42 2019 +0000 |
tree | 52a9285c36ce83ffea506bb580cafebb166e455d | |
parent | e16258ff5d98f84c9888de9b6120f71cf3d5d588 [diff] |
build_image: Do not use base_fs file for system_other. system_other is not OTA'd (outside of factory OTA), and its block map differs greatly from system.img, so do not attempt to re-use it. Bug: 139201772 Test: make with base_fs file for system Change-Id: I1ed2091da381ebdb93522a081e5d2f7c18c9d069
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.