commit | 8737d4baf539570f5e6689eb0b3c03155cce8e42 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Tue Nov 28 13:32:19 2023 +0000 |
committer | Jiakai Zhang <jiakaiz@google.com> | Tue Nov 28 13:43:52 2023 +0000 |
tree | 0e0f8f6b0321731a9af9f9cf7a3378a4f59c77d1 | |
parent | 53084d3f9177a5f07eb7446a56759ae18497b575 [diff] |
Set `dalvik.vm.disable-art-service-dexopt=true` on eng build. We can't set all the `pm.dexopt.*` properties to `skip` because there are product configs that have set those properties and therefore conflict with our settings. Bug: 313505540 Test: (on internal main) - 1. `lunch` an eng build of an internal Go device. 2. m Change-Id: Ia3306d0c5d721e84b5cd5ab019302bb644f6de72
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.