commit | 3a10cc5c11cfc967d9fd04f8783e35287fdb6bfb | [log] [tgz] |
---|---|---|
author | Jagadeesh Pakaravoor <jpakaravoor@google.com> | Thu Mar 18 15:21:41 2021 -0700 |
committer | Jagadeesh Pakaravoor <jpakaravoor@google.com> | Thu Mar 18 15:29:01 2021 -0700 |
tree | 42a0331c8224802141414b0c39e8e59159ddd60c | |
parent | c63bf0ad7acf47f1def90320087b246443da311d [diff] |
Update size limit for madvising odex, vdex files Update the size limit for madvising (MADV_WILLNEED) odex and vdex files to 100MB. Art file continues to be madvised fully, with a UINT_MAX limit. Test: presubmit Bug: 178853586 Change-Id: Ie46a0658bf30a6a9908ab30b28ce097e434e7e2d
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.