commit | 4a75e406ed047d8c3bed34463568606a01fcd3f8 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Sat Nov 12 23:20:11 2022 +0000 |
committer | Martin Stjernholm <mast@google.com> | Tue Dec 06 17:40:29 2022 +0000 |
tree | 1325b1f81940780b1bdf5aa1c51e5e086f573a9e | |
parent | b4b87601444e174daedf91fc5b2c8c53006ed639 [diff] |
Remove dalvik.vm.usejitprofiles system property. Disabling profiles is no longer supported. Most of the profile support has been active even when this property was false, and it won't be supported in the ART Service. (cherry-picked from commit 7bf4c34e29558934bbf962f27fc1f9119195517c) Test: Boot Bug: 254434433 Merged-In: I1a77f006f204cd2f1fb302bcf4b1126f54e2e78b Change-Id: I1a77f006f204cd2f1fb302bcf4b1126f54e2e78b
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.