commit | 7fb8a697aaee15f88e553e4c0b8303190461a188 | [log] [tgz] |
---|---|---|
author | Bo Hu <bohu@google.com> | Wed Jan 18 11:07:37 2023 -0800 |
committer | Bo Hu <bohu@google.com> | Wed Jan 18 11:09:03 2023 -0800 |
tree | b6f742de81a12d9c084b6d012b53c79a6220e4ab | |
parent | 854afb66739b2827c911d7cf658c7cd3757a9331 [diff] |
emulator: do not enforce 8G system image partition Only use 8G as default size, when product does not specify the system image sizes. Bug: 265440010 Test: build and check sizes Change-Id: I8da862482600d06eda9b84d0cc5db65f713067b5
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.