commit | bee9f1d3f79f31a4f183bad67525e7ef86c7998b | [log] [tgz] |
---|---|---|
author | Jagadeesh Pakaravoor <jpakaravoor@google.com> | Fri Mar 12 13:20:09 2021 -0800 |
committer | Jagadeesh Pakaravoor <jpakaravoor@google.com> | Fri Mar 12 13:20:09 2021 -0800 |
tree | 4f96c99222eb434b2187968575ff1e51ea6b6fe8 | |
parent | 0181c7d33c27350f2597ad95c1834f65101e0052 [diff] |
Enable madvising of odex, vdex and art files Enable madvsing odex, vdex and art files to MADV_WILLNEED by setting the size limits to UINT32_MAX. Test: presubmit Bug: 178853586 Change-Id: I7647a4be214dcd43341f216aba0a7791f877e379
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.